|
Ruby
2.0.0p481(2014-05-08revision45883)
|
The document structure. More...
#include <yaml.h>
Data Fields | |
| struct { | |
| yaml_node_t * start | |
| The beginning of the stack. | |
| yaml_node_t * end | |
| The end of the stack. | |
| yaml_node_t * top | |
| The top of the stack. | |
| } | nodes |
| The document nodes. | |
| yaml_version_directive_t * | version_directive |
| The version directive. | |
| struct { | |
| yaml_tag_directive_t * start | |
| The beginning of the tag directives list. | |
| yaml_tag_directive_t * end | |
| The end of the tag directives list. | |
| } | tag_directives |
| The list of tag directives. | |
| int | start_implicit |
| Is the document start indicator implicit? | |
| int | end_implicit |
| Is the document end indicator implicit? | |
| yaml_mark_t | start_mark |
| The beginning of the document. | |
| yaml_mark_t | end_mark |
| The end of the document. | |
The end of the stack.
Definition at line 785 of file yaml.h.
Referenced by yaml_parser_load_document().
Is the document end indicator implicit?
Definition at line 804 of file yaml.h.
Referenced by yaml_parser_load_document().
The end of the document.
Definition at line 809 of file yaml.h.
Referenced by yaml_parser_load_document().
| struct { ... } yaml_document_s::nodes |
The document nodes.
Referenced by yaml_emitter_anchor_node(), yaml_emitter_delete_document_and_anchors(), yaml_emitter_dump_node(), yaml_parser_load_mapping(), yaml_parser_load_scalar(), yaml_parser_load_sequence(), and yaml_parser_register_anchor().
The beginning of the stack.
Definition at line 783 of file yaml.h.
Referenced by yaml_emitter_anchor_node(), yaml_emitter_delete_document_and_anchors(), yaml_emitter_dump_node(), yaml_parser_load_document(), yaml_parser_load_mapping(), yaml_parser_load_scalar(), yaml_parser_load_sequence(), and yaml_parser_register_anchor().
Is the document start indicator implicit?
Definition at line 802 of file yaml.h.
Referenced by yaml_parser_load_document().
The beginning of the document.
Definition at line 807 of file yaml.h.
Referenced by yaml_parser_load_document().
| struct { ... } yaml_document_s::tag_directives |
The list of tag directives.
Referenced by yaml_parser_load_document().
The top of the stack.
Definition at line 787 of file yaml.h.
Referenced by yaml_emitter_delete_document_and_anchors(), yaml_parser_load_mapping(), yaml_parser_load_scalar(), and yaml_parser_load_sequence().
The version directive.
Definition at line 791 of file yaml.h.
Referenced by yaml_parser_load_document().
1.7.6.1