X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/0044e680dc24577d2b91cbbf287a2183461e9b80..c45550e5cf265bf6877cad127faa9854851e291e:/doc/html/structyaml__event__s.html diff --git a/doc/html/structyaml__event__s.html b/doc/html/structyaml__event__s.html index 389f568..6d723a2 100644 --- a/doc/html/structyaml__event__s.html +++ b/doc/html/structyaml__event__s.html @@ -3,7 +3,8 @@ - + + yaml: yaml_event_s Struct Reference @@ -16,9 +17,9 @@ - @@ -26,21 +27,16 @@
+
yaml -  0.1.7 +  0.2.1
- - - + + + + +
@@ -58,127 +54,129 @@

Data Fields

yaml_event_type_t type - The event type. More...
+ The event type. More...
  union {    struct {       yaml_encoding_t   encoding - The document encoding. More...
+ The document encoding. More...
     }   stream_start - The stream parameters (for YAML_STREAM_START_EVENT). More...
+ The stream parameters (for YAML_STREAM_START_EVENT). More...
     struct {       yaml_version_directive_t *   version_directive - The version directive. More...
+ The version directive. More...
        struct {          yaml_tag_directive_t *   start - The beginning of the tag directives list. More...
+ The beginning of the tag directives list. More...
           yaml_tag_directive_t *   end - The end of the tag directives list. More...
+ The end of the tag directives list. More...
        }   tag_directives - The list of tag directives. More...
+ The list of tag directives. More...
  - +       int   implicit - Is the document indicator implicit?
+ Is the document indicator implicit?
     }   document_start - The document parameters (for YAML_DOCUMENT_START_EVENT). More...
+ The document parameters (for YAML_DOCUMENT_START_EVENT). More...
     struct { - +       int   implicit - Is the document end indicator implicit?
+ Is the document end indicator implicit?
     }   document_end - The document end parameters (for YAML_DOCUMENT_END_EVENT). More...
+ The document end parameters (for YAML_DOCUMENT_END_EVENT). More...
     struct {       yaml_char_t *   anchor - The anchor. More...
+ The anchor. More...
     }   alias - The alias parameters (for YAML_ALIAS_EVENT). More...
+ The alias parameters (for YAML_ALIAS_EVENT). More...
     struct {       yaml_char_t *   anchor - The anchor. More...
+ The anchor. More...
        yaml_char_t *   tag - The tag. More...
+ The tag. More...
        yaml_char_t *   value - The scalar value. More...
+ The scalar value. More...
        size_t   length - The length of the scalar value. More...
+ The length of the scalar value. More...
  - +       int   plain_implicit - Is the tag optional for the plain style?
+ Is the tag optional for the plain style?
  - +       int   quoted_implicit - Is the tag optional for any non-plain style?
+ Is the tag optional for any non-plain style?
        yaml_scalar_style_t   style - The scalar style. More...
+ The scalar style. More...
     }   scalar - The scalar parameters (for YAML_SCALAR_EVENT). More...
+ The scalar parameters (for YAML_SCALAR_EVENT). More...
     struct {       yaml_char_t *   anchor - The anchor. More...
+ The anchor. More...
        yaml_char_t *   tag - The tag. More...
+ The tag. More...
  - +       int   implicit - Is the tag optional?
+ Is the tag optional?
        yaml_sequence_style_t   style - The sequence style. More...
+ The sequence style. More...
     }   sequence_start - The sequence parameters (for YAML_SEQUENCE_START_EVENT). More...
+ The sequence parameters (for YAML_SEQUENCE_START_EVENT). More...
     struct {       yaml_char_t *   anchor - The anchor. More...
+ The anchor. More...
        yaml_char_t *   tag - The tag. More...
+ The tag. More...
  - +       int   implicit - Is the tag optional?
+ Is the tag optional?
        yaml_mapping_style_t   style - The mapping style. More...
+ The mapping style. More...
     }   mapping_start - The mapping parameters (for YAML_MAPPING_START_EVENT). More...
+ The mapping parameters (for YAML_MAPPING_START_EVENT). More...
  } data - The event data. More...
+ The event data. More...
  yaml_mark_t start_mark - The beginning of the event. More...
+ The beginning of the event. More...
  yaml_mark_t end_mark - The end of the event. More...
+ The end of the event. More...
 

Detailed Description

The event structure.

Field Documentation

- + +

◆ type

+
@@ -192,7 +190,9 @@ Data Fields - + +

◆ encoding

+
@@ -206,7 +206,9 @@ Data Fields - + +

◆ stream_start

+
@@ -220,7 +222,9 @@ Data Fields - + +

◆ version_directive

+
@@ -234,7 +238,9 @@ Data Fields - + +

◆ start

+
@@ -248,7 +254,9 @@ Data Fields - + +

◆ end

+
@@ -262,7 +270,9 @@ Data Fields - + +

◆ tag_directives

+
@@ -276,7 +286,9 @@ Data Fields - + +

◆ implicit

+
@@ -292,7 +304,9 @@ Data Fields - + +

◆ document_start

+
@@ -306,7 +320,9 @@ Data Fields - + +

◆ document_end

+
@@ -320,7 +336,9 @@ Data Fields - + +

◆ anchor

+
@@ -334,7 +352,9 @@ Data Fields - + +

◆ alias

+
@@ -348,7 +368,9 @@ Data Fields - + +

◆ tag

+
@@ -362,7 +384,9 @@ Data Fields - + +

◆ value

+
@@ -376,7 +400,9 @@ Data Fields - + +

◆ length

+
@@ -390,7 +416,9 @@ Data Fields - + +

◆ style [1/3]

+
@@ -404,7 +432,9 @@ Data Fields - + +

◆ scalar

+
@@ -418,7 +448,9 @@ Data Fields - + +

◆ style [2/3]

+
@@ -432,7 +464,9 @@ Data Fields - + +

◆ sequence_start

+
@@ -446,7 +480,9 @@ Data Fields - + +

◆ style [3/3]

+
@@ -460,7 +496,9 @@ Data Fields - + +

◆ mapping_start

+
@@ -474,7 +512,9 @@ Data Fields - + +

◆ data

+
@@ -488,7 +528,9 @@ Data Fields - + +

◆ start_mark

+
@@ -502,7 +544,9 @@ Data Fields - + +

◆ end_mark

+
@@ -522,9 +566,9 @@ Data Fields