Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
|
A line and column in a string. More...
#include <pm_newline_list.h>
Data Fields | |
int32_t | line |
The line number. | |
uint32_t | column |
The column number. | |
A line and column in a string.
Definition at line 45 of file pm_newline_list.h.
uint32_t pm_line_column_t::column |
The column number.
Definition at line 50 of file pm_newline_list.h.
int32_t pm_line_column_t::line |
The line number.
Definition at line 47 of file pm_newline_list.h.