X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/059850b5a624fd0daeeab10dee332a1c36e77ae5..5070705b069f4732344021baa7d4baf3c7ac04e3:/doc/html/structyaml__document__s.html diff --git a/doc/html/structyaml__document__s.html b/doc/html/structyaml__document__s.html index a9b66d2..b55e138 100644 --- a/doc/html/structyaml__document__s.html +++ b/doc/html/structyaml__document__s.html @@ -3,54 +3,41 @@ + + yaml: yaml_document_s Struct Reference - + + - - - -
- - +
- - - - - -
+
yaml -  0.1.5 +  0.2.2
-
- - - - -
+ + + + + + +
Data Fields
@@ -58,191 +45,213 @@
yaml_document_s Struct Reference
- +

The document structure. More...

#include <yaml.h>

- - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - + + + + + + + +

+

Data Fields

struct {
   yaml_node_t *   start
 The beginning of the stack.
   yaml_node_t *   end
 The end of the stack.
   yaml_node_t *   top
 The top of the stack.
nodes
 The document nodes.
yaml_version_directive_tversion_directive
 The version directive.
struct {
   yaml_tag_directive_t *   start
 The beginning of the tag directives list.
   yaml_tag_directive_t *   end
 The end of the tag directives list.
tag_directives
 The list of tag directives.
+
struct {
   yaml_node_t *   start
 The beginning of the stack. More...
 
   yaml_node_t *   end
 The end of the stack. More...
 
   yaml_node_t *   top
 The top of the stack. More...
 
nodes
 The document nodes. More...
 
yaml_version_directive_tversion_directive
 The version directive. More...
 
struct {
   yaml_tag_directive_t *   start
 The beginning of the tag directives list. More...
 
   yaml_tag_directive_t *   end
 The end of the tag directives list. More...
 
tag_directives
 The list of tag directives. More...
 
int start_implicit
 Is the document start indicator implicit?
+
 Is the document start indicator implicit?
 
int end_implicit
 Is the document end indicator implicit?
yaml_mark_t start_mark
 The beginning of the document.
yaml_mark_t end_mark
 The end of the document.
 Is the document end indicator implicit?
 
yaml_mark_t start_mark
 The beginning of the document. More...
 
yaml_mark_t end_mark
 The end of the document. More...
 
-

Detailed Description

+

Detailed Description

The document structure.

-

Field Documentation

- +

Field Documentation

+ +

◆ start [1/2]

+
- +
yaml_node_t* yaml_document_s::startyaml_node_t* yaml_document_s::start
-
-
+

The beginning of the stack.

- + +

◆ end [1/2]

+
- +
yaml_node_t* yaml_document_s::endyaml_node_t* yaml_document_s::end
-
-
+

The end of the stack.

- + +

◆ top

+
- +
yaml_node_t* yaml_document_s::topyaml_node_t* yaml_document_s::top
-
-
+

The top of the stack.

- + +

◆ nodes

+
- +
struct { ... } yaml_document_s::nodesstruct { ... } yaml_document_s::nodes
-
-
+

The document nodes.

- + +

◆ version_directive

+
- +
yaml_version_directive_t* yaml_document_s::version_directiveyaml_version_directive_t* yaml_document_s::version_directive
-
-
+

The version directive.

- + +

◆ start [2/2]

+
- +
yaml_tag_directive_t* yaml_document_s::startyaml_tag_directive_t* yaml_document_s::start
-
-
+

The beginning of the tag directives list.

- + +

◆ end [2/2]

+
- +
yaml_tag_directive_t* yaml_document_s::endyaml_tag_directive_t* yaml_document_s::end
-
-
+

The end of the tag directives list.

- + +

◆ tag_directives

+
- +
struct { ... } yaml_document_s::tag_directivesstruct { ... } yaml_document_s::tag_directives
-
-
+

The list of tag directives.

- + +

◆ start_mark

+
- +
yaml_mark_t yaml_document_s::start_markyaml_mark_t yaml_document_s::start_mark
-
-
+

The beginning of the document.

- + +

◆ end_mark

+
- +
yaml_mark_t yaml_document_s::end_markyaml_mark_t yaml_document_s::end_mark
-
-
+

The end of the document.

@@ -252,13 +261,11 @@ int yaml.h
- - + -