yaml  0.2.2
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.

Field Documentation

◆ index

size_t yaml_mark_s::index

The position index.

◆ line

size_t yaml_mark_s::line

The position line.

◆ column

size_t yaml_mark_s::column

The position column.


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