X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/b46834b37908d8052738f5b150970b56dc629fd5..aa6f0e8a0a8257181e428c8af720d98e964f69d9:/doc/html/structyaml__node__pair__s.html diff --git a/doc/html/structyaml__node__pair__s.html b/doc/html/structyaml__node__pair__s.html index 48ed070..644f961 100644 --- a/doc/html/structyaml__node__pair__s.html +++ b/doc/html/structyaml__node__pair__s.html @@ -3,54 +3,41 @@ + + yaml: yaml_node_pair_s Struct Reference - + + - - - -
- - +
- - - - - -
+
yaml -  0.1.6 +  0.2.2
-
- - - - -
+ + + + + + +
Data Fields
@@ -58,47 +45,51 @@
yaml_node_pair_s Struct Reference
- +

An element of a mapping node. More...

#include <yaml.h>

- - - - - + + + + + +

+

Data Fields

int key
 The key of the element.
int value
 The value of the element.
int key
 The key of the element. More...
 
int value
 The value of the element. More...
 
-

Detailed Description

+

Detailed Description

An element of a mapping node.

-

Field Documentation

- +

Field Documentation

+ +

◆ key

+
- +
int yaml_node_pair_s::keyint yaml_node_pair_s::key
-
-
+

The key of the element.

- + +

◆ value

+
- +
int yaml_node_pair_s::valueint yaml_node_pair_s::value
-
-
+

The value of the element.

@@ -108,13 +99,11 @@ Data Fields
  • yaml.h
  • - - + -