Ruby
2.0.0p594(2014-10-27revision48167)
|
This structure holds aliases data. More...
#include <yaml.h>
Data Fields | |
yaml_char_t * | anchor |
The anchor. More... | |
int | index |
The node id. More... | |
yaml_mark_t | mark |
The anchor mark. More... | |
yaml_char_t* yaml_alias_data_s::anchor |
The anchor.
Definition at line 1067 of file yaml.h.
Referenced by yaml_parser_load_alias(), and yaml_parser_register_anchor().
int yaml_alias_data_s::index |
The node id.
Definition at line 1069 of file yaml.h.
Referenced by yaml_parser_load_alias(), and yaml_parser_register_anchor().
yaml_mark_t yaml_alias_data_s::mark |
The anchor mark.
Definition at line 1071 of file yaml.h.
Referenced by yaml_parser_register_anchor().