|
Ruby 4.1.0dev (2026-05-26 revision 6c1c3de901b566167ec96868a4c3cb3c4a124612)
|
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.