Ruby
2.0.0p247(2013-06-27revision41674)
|
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... | |
size_t yaml_mark_s::column |
The position column.
Definition at line 153 of file yaml.h.
Referenced by make_exception(), mark(), yaml_parser_fetch_block_entry(), yaml_parser_fetch_key(), yaml_parser_fetch_next_token(), yaml_parser_fetch_stream_end(), yaml_parser_fetch_value(), yaml_parser_save_simple_key(), yaml_parser_scan_block_scalar(), yaml_parser_scan_block_scalar_breaks(), yaml_parser_scan_flow_scalar(), yaml_parser_scan_plain_scalar(), and yaml_parser_scan_to_next_token().
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().
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().