X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/0044e680dc24577d2b91cbbf287a2183461e9b80..c45550e5cf265bf6877cad127faa9854851e291e:/doc/html/structyaml__node__s.html diff --git a/doc/html/structyaml__node__s.html b/doc/html/structyaml__node__s.html index 40e70d8..bc7e235 100644 --- a/doc/html/structyaml__node__s.html +++ b/doc/html/structyaml__node__s.html @@ -3,7 +3,8 @@ - + + yaml: yaml_node_s Struct Reference @@ -16,9 +17,9 @@ - @@ -26,21 +27,16 @@
+
yaml -  0.1.7 +  0.2.1
- - - + + + + +
@@ -58,79 +54,81 @@

Data Fields

yaml_node_type_t type - The node type. More...
+ The node type. More...
  yaml_char_ttag - The node tag. More...
+ The node tag. More...
  union {    struct {       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...
        yaml_scalar_style_t   style - The scalar style. More...
+ The scalar style. More...
     }   scalar - The scalar parameters (for YAML_SCALAR_NODE). More...
+ The scalar parameters (for YAML_SCALAR_NODE). More...
     struct {       struct {          yaml_node_item_t *   start - The beginning of the stack. More...
+ The beginning of the stack. More...
           yaml_node_item_t *   end - The end of the stack. More...
+ The end of the stack. More...
           yaml_node_item_t *   top - The top of the stack. More...
+ The top of the stack. More...
        }   items - The stack of sequence items. More...
+ The stack of sequence items. More...
        yaml_sequence_style_t   style - The sequence style. More...
+ The sequence style. More...
     }   sequence - The sequence parameters (for YAML_SEQUENCE_NODE). More...
+ The sequence parameters (for YAML_SEQUENCE_NODE). More...
     struct {       struct {          yaml_node_pair_t *   start - The beginning of the stack. More...
+ The beginning of the stack. More...
           yaml_node_pair_t *   end - The end of the stack. More...
+ The end of the stack. More...
           yaml_node_pair_t *   top - The top of the stack. More...
+ The top of the stack. More...
        }   pairs - The stack of mapping pairs (key, value). More...
+ The stack of mapping pairs (key, value). More...
        yaml_mapping_style_t   style - The mapping style. More...
+ The mapping style. More...
     }   mapping - The mapping parameters (for YAML_MAPPING_NODE). More...
+ The mapping parameters (for YAML_MAPPING_NODE). More...
  } data - The node data. More...
+ The node data. More...
  yaml_mark_t start_mark - The beginning of the node. More...
+ The beginning of the node. More...
  yaml_mark_t end_mark - The end of the node. More...
+ The end of the node. More...
 

Detailed Description

The node structure.

Field Documentation

- + +

◆ type

+
@@ -144,7 +142,9 @@ Data Fields - + +

◆ tag

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

◆ value

+
@@ -172,7 +174,9 @@ Data Fields - + +

◆ length

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

◆ style [1/3]

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

◆ scalar

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

◆ start [1/2]

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

◆ end [1/2]

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

◆ top [1/2]

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

◆ items

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

◆ style [2/3]

+
@@ -284,7 +302,9 @@ Data Fields - + +

◆ sequence

+
@@ -298,7 +318,9 @@ Data Fields - + +

◆ start [2/2]

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

◆ end [2/2]

+
@@ -326,7 +350,9 @@ Data Fields - + +

◆ top [2/2]

+
@@ -340,7 +366,9 @@ Data Fields - + +

◆ pairs

+
@@ -354,7 +382,9 @@ Data Fields - + +

◆ style [3/3]

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

◆ mapping

+
@@ -382,7 +414,9 @@ Data Fields - + +

◆ data

+
@@ -396,7 +430,9 @@ Data Fields - + +

◆ start_mark

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

◆ end_mark

+
@@ -430,9 +468,9 @@ Data Fields