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

A list of offsets of newlines in a string. More...

#include <pm_newline_list.h>

Data Fields

const uint8_t * start
 A pointer to the start of the source string. More...
 
size_t size
 The number of offsets in the list. More...
 
size_t capacity
 The capacity of the list that has been allocated. More...
 
size_t * offsets
 The list of offsets. More...
 

Detailed Description

A list of offsets of newlines in a string.

The offsets are assumed to be sorted/inserted in ascending order.

Definition at line 28 of file pm_newline_list.h.

Field Documentation

◆ capacity

size_t pm_newline_list_t::capacity

The capacity of the list that has been allocated.

Definition at line 36 of file pm_newline_list.h.

Referenced by pm_newline_list_append(), and pm_newline_list_init().

◆ offsets

size_t* pm_newline_list_t::offsets

◆ size

size_t pm_newline_list_t::size

The number of offsets in the list.

Definition at line 33 of file pm_newline_list.h.

Referenced by pm_newline_list_append(), pm_newline_list_clear(), pm_newline_list_init(), pm_newline_list_line(), and pm_newline_list_line_column().

◆ start

const uint8_t* pm_newline_list_t::start

A pointer to the start of the source string.

Definition at line 30 of file pm_newline_list.h.

Referenced by pm_newline_list_append(), pm_newline_list_init(), pm_newline_list_line(), and pm_newline_list_line_column().


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