Ruby  3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
Data Fields
pm_line_column_t Struct Reference

A line and column in a string. More...

#include <pm_newline_list.h>

Data Fields

int32_t line
 The line number. More...
 
uint32_t column
 The column number. More...
 

Detailed Description

A line and column in a string.

Definition at line 45 of file pm_newline_list.h.

Field Documentation

◆ column

uint32_t pm_line_column_t::column

The column number.

Definition at line 50 of file pm_newline_list.h.

◆ line

int32_t pm_line_column_t::line

The line number.

Definition at line 47 of file pm_newline_list.h.


The documentation for this struct was generated from the following file: