Ruby
2.0.0p247(2013-06-27revision41674)
|
An element of a mapping node. More...
#include <yaml.h>
Data Fields | |
int | key |
The key of the element. | |
int | value |
The value of the element. |
The key of the element.
Definition at line 711 of file yaml.h.
Referenced by yaml_document_append_mapping_pair(), yaml_emitter_anchor_node(), yaml_emitter_dump_mapping(), and yaml_parser_load_mapping().
The value of the element.
Definition at line 713 of file yaml.h.
Referenced by yaml_document_append_mapping_pair(), yaml_emitter_anchor_node(), yaml_emitter_dump_mapping(), and yaml_parser_load_mapping().