Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
yaml_node_pair_s Struct Reference

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.

Detailed Description

An element of a mapping node.

Definition at line 709 of file yaml.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: