|
Ruby
2.1.10p492(2016-04-01revision54464)
|
An element of a mapping node. More...
#include <yaml.h>
Data Fields | |
| int | key |
| The key of the element. More... | |
| int | value |
| The value of the element. More... | |
| int yaml_node_pair_s::key |
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().
| int yaml_node_pair_s::value |
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().
1.8.14