The document structure.
More...
#include <yaml.h>
The document structure.
Definition at line 780 of file yaml.h.
◆ start [1/2]
The beginning of the stack.
Definition at line 785 of file yaml.h.
◆ end [1/2]
The end of the stack.
Definition at line 787 of file yaml.h.
◆ top
The top of the stack.
Definition at line 789 of file yaml.h.
◆ nodes
| struct { ... } yaml_document_s::nodes |
◆ version_directive
The version directive.
Definition at line 793 of file yaml.h.
◆ start [2/2]
The beginning of the tag directives list.
Definition at line 798 of file yaml.h.
◆ end [2/2]
The end of the tag directives list.
Definition at line 800 of file yaml.h.
◆ tag_directives
| struct { ... } yaml_document_s::tag_directives |
The list of tag directives.
◆ start_implicit
| int yaml_document_s::start_implicit |
Is the document start indicator implicit?
Definition at line 804 of file yaml.h.
◆ end_implicit
| int yaml_document_s::end_implicit |
Is the document end indicator implicit?
Definition at line 806 of file yaml.h.
◆ start_mark
The beginning of the document.
Definition at line 809 of file yaml.h.
◆ end_mark
The end of the document.
Definition at line 811 of file yaml.h.
The documentation for this struct was generated from the following file:
- /home/rlp/git/sw/libsheepy/src/json/yaml.h