X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/4fdeceb261ea0716d5b833cf3f59cd4069109810..aa6f0e8a0a8257181e428c8af720d98e964f69d9:/doc/html/structyaml__simple__key__s.html diff --git a/doc/html/structyaml__simple__key__s.html b/doc/html/structyaml__simple__key__s.html index 8e4017e..d76eceb 100644 --- a/doc/html/structyaml__simple__key__s.html +++ b/doc/html/structyaml__simple__key__s.html @@ -3,54 +3,41 @@ + + yaml: yaml_simple_key_s Struct Reference - + + - - - -
- - +
- - - - - -
+
yaml -  0.1.5 +  0.2.2
-
- - - - -
+ + + + + + +
Data Fields
@@ -58,53 +45,59 @@
yaml_simple_key_s Struct Reference
- +

This structure holds information about a potential simple key. More...

#include <yaml.h>

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

+

Data Fields

+
int possible
 Is a simple key possible?
+
 Is a simple key possible?
 
int required
 Is a simple key required?
size_t token_number
 The number of the token.
yaml_mark_t mark
 The position mark.
 Is a simple key required?
 
size_t token_number
 The number of the token. More...
 
yaml_mark_t mark
 The position mark. More...
 
-

Detailed Description

+

Detailed Description

This structure holds information about a potential simple key.

-

Field Documentation

- +

Field Documentation

+ +

◆ token_number

+
- +
size_t yaml_simple_key_s::token_numbersize_t yaml_simple_key_s::token_number
-
-
+

The number of the token.

- + +

◆ mark

+
- +
yaml_mark_t yaml_simple_key_s::markyaml_mark_t yaml_simple_key_s::mark
-
-
+

The position mark.

@@ -114,13 +107,11 @@ int yaml.h
- - + -