|
Ruby 4.1.0dev (2026-09-26 revision 57213d44ce7b1a31fc9648e9cd5eb0c4507f4a49)
|
A line and column in a string. More...
#include <line_offset_list.h>
Data Fields | |
| int32_t | line |
| The line number. | |
| uint32_t | column |
| The column in bytes. | |
A line and column in a string.
Definition at line 41 of file line_offset_list.h.
| uint32_t pm_line_column_t::column |
The column in bytes.
Definition at line 46 of file line_offset_list.h.
| int32_t pm_line_column_t::line |
The line number.
Definition at line 43 of file line_offset_list.h.