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