Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
pm_line_column_t Struct Reference

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

#include <pm_newline_list.h>

Data Fields

size_t line
 The line number.
 
size_t column
 The column number.
 

Detailed Description

A line and column in a string.

Definition at line 45 of file pm_newline_list.h.

Field Documentation

◆ column

size_t pm_line_column_t::column

The column number.

Definition at line 50 of file pm_newline_list.h.

◆ line

size_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: