Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
yaml_mark_s Struct Reference

The pointer position. More...

#include <yaml.h>

Data Fields

size_t index
 The position index. More...
 
size_t line
 The position line. More...
 
size_t column
 The position column. More...
 

Detailed Description

The pointer position.

Definition at line 145 of file yaml.h.

Field Documentation

◆ column

size_t yaml_mark_s::column

◆ index

size_t yaml_mark_s::index

The position index.

Definition at line 147 of file yaml.h.

Referenced by mark(), and yaml_parser_stale_simple_keys().

◆ line

size_t yaml_mark_s::line

The position line.

Definition at line 150 of file yaml.h.

Referenced by make_exception(), mark(), yaml_parser_fetch_stream_end(), and yaml_parser_stale_simple_keys().


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