The event structure.
More...
#include <yaml.h>
The event structure.
Definition at line 386 of file yaml.h.
◆ type
The event type.
Definition at line 389 of file yaml.h.
◆ encoding
The document encoding.
Definition at line 397 of file yaml.h.
◆ stream_start
| struct { ... } yaml_event_s::stream_start |
The stream parameters (for YAML_STREAM_START_EVENT).
◆ version_directive
The version directive.
Definition at line 403 of file yaml.h.
◆ start
The beginning of the tag directives list.
Definition at line 408 of file yaml.h.
◆ end
The end of the tag directives list.
Definition at line 410 of file yaml.h.
◆ tag_directives
| struct { ... } yaml_event_s::tag_directives |
The list of tag directives.
◆ implicit
| int yaml_event_s::implicit |
Is the document indicator implicit?
Is the tag optional?
Is the document end indicator implicit?
Definition at line 414 of file yaml.h.
◆ document_start
| struct { ... } yaml_event_s::document_start |
The document parameters (for YAML_DOCUMENT_START_EVENT).
◆ document_end
| struct { ... } yaml_event_s::document_end |
The document end parameters (for YAML_DOCUMENT_END_EVENT).
◆ anchor
The anchor.
Definition at line 426 of file yaml.h.
◆ alias
| struct { ... } yaml_event_s::alias |
The alias parameters (for YAML_ALIAS_EVENT).
◆ tag
The tag.
Definition at line 434 of file yaml.h.
◆ value
The scalar value.
Definition at line 436 of file yaml.h.
◆ length
| size_t yaml_event_s::length |
The length of the scalar value.
Definition at line 438 of file yaml.h.
◆ plain_implicit
| int yaml_event_s::plain_implicit |
Is the tag optional for the plain style?
Definition at line 440 of file yaml.h.
◆ quoted_implicit
| int yaml_event_s::quoted_implicit |
Is the tag optional for any non-plain style?
Definition at line 442 of file yaml.h.
◆ style [1/3]
The scalar style.
Definition at line 444 of file yaml.h.
◆ scalar
| struct { ... } yaml_event_s::scalar |
The scalar parameters (for YAML_SCALAR_EVENT).
◆ style [2/3]
The sequence style.
Definition at line 456 of file yaml.h.
◆ sequence_start
| struct { ... } yaml_event_s::sequence_start |
The sequence parameters (for YAML_SEQUENCE_START_EVENT).
◆ style [3/3]
The mapping style.
Definition at line 468 of file yaml.h.
◆ mapping_start
| struct { ... } yaml_event_s::mapping_start |
The mapping parameters (for YAML_MAPPING_START_EVENT).
◆ data
| union { ... } yaml_event_s::data |
◆ start_mark
The beginning of the event.
Definition at line 474 of file yaml.h.
◆ end_mark
The end of the event.
Definition at line 476 of file yaml.h.
The documentation for this struct was generated from the following file:
- /home/rlp/git/sw/libsheepy/src/json/yaml.h