yaml_document_t


Vocabulary
yaml.ffi

Definition


STRUCT: yaml_document_t
{
nodes yaml_document_nodes initial:
S{ yaml_document_nodes { start f } { end f } { top f } }
} { version_directive yaml_version_directive_t* } {
tag_directives yaml_document_tag_directives initial:
S{ yaml_document_tag_directives { start f } { end f } }
} { start_implicit int initial: 0 }
{ end_implicit int initial: 0 } {
start_mark yaml_mark_t initial:
S{ yaml_mark_t { index 0 } { line 0 } { column 0 } }
} {
end_mark yaml_mark_t initial:
S{ yaml_mark_t { index 0 } { line 0 } { column 0 } }
} ;


Methods