X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/827154a10f91d209c6c6c8facc1eaed59eff62a8..0044e680dc24577d2b91cbbf287a2183461e9b80:/doc/html/group__tokens.html diff --git a/doc/html/group__tokens.html b/doc/html/group__tokens.html index b33d28c..b19ce7b 100644 --- a/doc/html/group__tokens.html +++ b/doc/html/group__tokens.html @@ -3,39 +3,30 @@ + yaml: Tokens - + + - - - -
- - +
- - - - -
yaml -  0.1.6 +  0.1.7
-
- - + + -
+
Data Structures | @@ -56,19 +47,24 @@
- - - - + + +

+

Data Structures

struct  yaml_token_s
 The token structure. More...

+

struct  yaml_token_s
 The token structure. More...
 
+ - - - - - + + + + + +

Typedefs

typedef enum yaml_token_type_e yaml_token_type_t
 Token types.
typedef struct yaml_token_s yaml_token_t
 The token structure.

+

typedef enum yaml_token_type_e yaml_token_type_t
 Token types. More...
 
typedef struct yaml_token_s yaml_token_t
 The token structure. More...
 
+ -   YAML_SCALAR_TOKEN
} - - + +

Enumerations

enum  yaml_token_type_e {
+
enum  yaml_token_type_e {
  YAML_NO_TOKEN,
  YAML_STREAM_START_TOKEN, @@ -114,14 +110,18 @@ Enumerations
 Token types. More...

+

 Token types. More...
 
+ - - + + +

Functions

void yaml_token_delete (yaml_token_t *token)
 Free any memory allocated for a token object.
void yaml_token_delete (yaml_token_t *token)
 Free any memory allocated for a token object. More...
 
-

Typedef Documentation

- +

Detailed Description

+

Typedef Documentation

+
@@ -129,14 +129,13 @@ Functions
typedef enum yaml_token_type_e yaml_token_type_t
-
-
+

Token types.

- +
@@ -144,15 +143,14 @@ Functions
typedef struct yaml_token_s yaml_token_t
-
-
+

The token structure.

-

Enumeration Type Documentation

- +

Enumeration Type Documentation

+
@@ -160,101 +158,97 @@ Functions
enum yaml_token_type_e
-
-
+

Token types.

-
Enumerator:
- - - + -
YAML_NO_TOKEN  + + - - - - - - - - - - - - - - - - - - - - -
Enumerator
YAML_NO_TOKEN 

An empty token.

YAML_STREAM_START_TOKEN  +
YAML_STREAM_START_TOKEN 

A STREAM-START token.

YAML_STREAM_END_TOKEN  +
YAML_STREAM_END_TOKEN 

A STREAM-END token.

YAML_VERSION_DIRECTIVE_TOKEN  +
YAML_VERSION_DIRECTIVE_TOKEN 

A VERSION-DIRECTIVE token.

YAML_TAG_DIRECTIVE_TOKEN  +
YAML_TAG_DIRECTIVE_TOKEN 

A TAG-DIRECTIVE token.

YAML_DOCUMENT_START_TOKEN  +
YAML_DOCUMENT_START_TOKEN 

A DOCUMENT-START token.

YAML_DOCUMENT_END_TOKEN  +
YAML_DOCUMENT_END_TOKEN 

A DOCUMENT-END token.

YAML_BLOCK_SEQUENCE_START_TOKEN  +
YAML_BLOCK_SEQUENCE_START_TOKEN 

A BLOCK-SEQUENCE-START token.

YAML_BLOCK_MAPPING_START_TOKEN  +
YAML_BLOCK_MAPPING_START_TOKEN 

A BLOCK-SEQUENCE-END token.

YAML_BLOCK_END_TOKEN  +
YAML_BLOCK_END_TOKEN 

A BLOCK-END token.

YAML_FLOW_SEQUENCE_START_TOKEN  +
YAML_FLOW_SEQUENCE_START_TOKEN 

A FLOW-SEQUENCE-START token.

YAML_FLOW_SEQUENCE_END_TOKEN  +
YAML_FLOW_SEQUENCE_END_TOKEN 

A FLOW-SEQUENCE-END token.

YAML_FLOW_MAPPING_START_TOKEN  +
YAML_FLOW_MAPPING_START_TOKEN 

A FLOW-MAPPING-START token.

YAML_FLOW_MAPPING_END_TOKEN  +
YAML_FLOW_MAPPING_END_TOKEN 

A FLOW-MAPPING-END token.

YAML_BLOCK_ENTRY_TOKEN  +
YAML_BLOCK_ENTRY_TOKEN 

A BLOCK-ENTRY token.

YAML_FLOW_ENTRY_TOKEN  +
YAML_FLOW_ENTRY_TOKEN 

A FLOW-ENTRY token.

YAML_KEY_TOKEN  +
YAML_KEY_TOKEN 

A KEY token.

YAML_VALUE_TOKEN  +
YAML_VALUE_TOKEN 

A VALUE token.

YAML_ALIAS_TOKEN  +
YAML_ALIAS_TOKEN 

An ALIAS token.

YAML_ANCHOR_TOKEN  +
YAML_ANCHOR_TOKEN 

An ANCHOR token.

YAML_TAG_TOKEN  +
YAML_TAG_TOKEN 

A TAG token.

YAML_SCALAR_TOKEN  +
YAML_SCALAR_TOKEN 

A SCALAR token.

- - -

Function Documentation

- +

Function Documentation

+
- +
void yaml_token_delete void yaml_token_delete ( yaml_token_t token)
-
-
+

Free any memory allocated for a token object.

-
Parameters:
+
Parameters
[in,out]tokenA token object.
@@ -264,13 +258,11 @@ Functions