PNG IHDR ; IDATxܻn0K )(pA7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5 bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ R IENDB`
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 document structure.
The beginning of the stack.
The end of the stack.
The top of the stack.
struct { ... } yaml_document_s::nodes |
The document nodes.
The version directive.
The beginning of the tag directives list.
The end of the tag directives list.
struct { ... } yaml_document_s::tag_directives |
The list of tag directives.
The beginning of the document.
The end of the document.