X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/ffab3c67282e6210cc032f0e6d72f1cab04728b6..aa6f0e8a0a8257181e428c8af720d98e964f69d9:/doc/html/structyaml__parser__s.html diff --git a/doc/html/structyaml__parser__s.html b/doc/html/structyaml__parser__s.html index 3e49d23..b34b8f2 100644 --- a/doc/html/structyaml__parser__s.html +++ b/doc/html/structyaml__parser__s.html @@ -1,1453 +1,1401 @@ - - + + + + + + + yaml: yaml_parser_s Struct Reference - - - - - + +

◆ problem_offset

+
- +
size_t yaml_parser_s::problem_offset size_t yaml_parser_s::problem_offset
-
-
+
-

-The byte about which the problem occured. -

+

The byte about which the problem occured.

-

- + + +

◆ problem_value

+
- +
int yaml_parser_s::problem_value int yaml_parser_s::problem_value
-
-
+
-

-The problematic value (-1 is none). -

+

The problematic value (-1 is none).

-

- + + +

◆ problem_mark

+
- +
yaml_mark_t yaml_parser_s::problem_mark yaml_mark_t yaml_parser_s::problem_mark
-
-
+
-

-The problem position. -

+

The problem position.

-

- + + +

◆ context

+
- +
const char* yaml_parser_s::context const char* yaml_parser_s::context
-
-
+
-

-The error context. -

+

The error context.

-

- + + +

◆ context_mark

+
- +
yaml_mark_t yaml_parser_s::context_mark yaml_mark_t yaml_parser_s::context_mark
-
-
+
-

-The context position. -

+

The context position.

-

- + + +

◆ read_handler

+
- +
yaml_read_handler_t* yaml_parser_s::read_handler yaml_read_handler_t* yaml_parser_s::read_handler
-
-
+
-

-Read handler. -

+

Read handler.

-

- + + +

◆ read_handler_data

+
- +
void* yaml_parser_s::read_handler_data void* yaml_parser_s::read_handler_data
-
-
+
-

-A pointer for passing to the read handler. -

+

A pointer for passing to the read handler.

-

- + + +

◆ start [1/10]

+
- +
const unsigned char* yaml_parser_s::start const unsigned char* yaml_parser_s::start
-
-
+
-

-The string start pointer. -

+

The string start pointer.

-

- + + +

◆ end [1/10]

+
- +
const unsigned char* yaml_parser_s::end const unsigned char* yaml_parser_s::end
-
-
+
-

-The string end pointer. -

+

The string end pointer.

-

- + + +

◆ current

+
- +
const unsigned char* yaml_parser_s::current const unsigned char* yaml_parser_s::current
-
-
+
-

-The string current position. -

+

The string current position.

-

- + + +

◆ string

+
- +
struct { ... } yaml_parser_s::string struct { ... } yaml_parser_s::string
-
-
+
-

-String input data. -

+

String input data.

-

- + + +

◆ file

+
- +
FILE* yaml_parser_s::file FILE* yaml_parser_s::file
-
-
+
-

-File input data. -

+

File input data.

-

- + + +

◆ input

+
- +
union { ... } yaml_parser_s::input union { ... } yaml_parser_s::input
-
-
+
-

-Standard (string or file) input data. -

+

Standard (string or file) input data.

-

- + + +

◆ start [2/10]

+
- +
yaml_char_t* yaml_parser_s::start yaml_char_t* yaml_parser_s::start
-
-
+
-

-The beginning of the buffer. -

+

The beginning of the buffer.

-

- + + +

◆ end [2/10]

+
- +
yaml_char_t* yaml_parser_s::end yaml_char_t* yaml_parser_s::end
-
-
+
-

-The end of the buffer. -

+

The end of the buffer.

-

- + + +

◆ pointer [1/2]

+
- +
yaml_char_t* yaml_parser_s::pointer yaml_char_t* yaml_parser_s::pointer
-
-
+
-

-The current position of the buffer. -

+

The current position of the buffer.

-

- + + +

◆ last [1/2]

+
- +
yaml_char_t* yaml_parser_s::last yaml_char_t* yaml_parser_s::last
-
-
+
-

-The last filled position of the buffer. -

+

The last filled position of the buffer.

-

- + + +

◆ buffer

+
- +
struct { ... } yaml_parser_s::buffer struct { ... } yaml_parser_s::buffer
-
-
+
-

-The working buffer. -

+

The working buffer.

-

- + + +

◆ start [3/10]

+
- +
unsigned char* yaml_parser_s::start unsigned char* yaml_parser_s::start
-
-
+
-

-The beginning of the buffer. -

+

The beginning of the buffer.

-

- + + +

◆ end [3/10]

+
- +
unsigned char* yaml_parser_s::end unsigned char* yaml_parser_s::end
-
-
+
-

-The end of the buffer. -

+

The end of the buffer.

-

- + + +

◆ pointer [2/2]

+
- +
unsigned char* yaml_parser_s::pointer unsigned char* yaml_parser_s::pointer
-
-
+
-

-The current position of the buffer. -

+

The current position of the buffer.

-

- + + +

◆ last [2/2]

+
- +
unsigned char* yaml_parser_s::last unsigned char* yaml_parser_s::last
-
-
+
-

-The last filled position of the buffer. -

+

The last filled position of the buffer.

-

- + + +

◆ raw_buffer

+
- +
struct { ... } yaml_parser_s::raw_buffer struct { ... } yaml_parser_s::raw_buffer
-
-
+
-

-The raw buffer. -

+

The raw buffer.

-

- + + +

◆ encoding

+
- +
yaml_encoding_t yaml_parser_s::encoding yaml_encoding_t yaml_parser_s::encoding
-
-
+
-

-The input encoding. -

+

The input encoding.

-

- + + +

◆ offset

+
- +
size_t yaml_parser_s::offset size_t yaml_parser_s::offset
-
-
+
-

-The offset of the current position (in bytes). -

+

The offset of the current position (in bytes).

-

- + + +

◆ mark

+
- +
yaml_mark_t yaml_parser_s::mark yaml_mark_t yaml_parser_s::mark
-
-
+
-

-The mark of the current position. -

+

The mark of the current position.

-

- + + +

◆ flow_level

+
- +
int yaml_parser_s::flow_level int yaml_parser_s::flow_level
-
-
+
-

-The number of unclosed '[' and '{' indicators. -

+

The number of unclosed '[' and '{' indicators.

-

- + + +

◆ start [4/10]

+
- +
yaml_token_t* yaml_parser_s::start yaml_token_t* yaml_parser_s::start
-
-
+
-

-The beginning of the tokens queue. -

+

The beginning of the tokens queue.

-

- + + +

◆ end [4/10]

+
- +
yaml_token_t* yaml_parser_s::end yaml_token_t* yaml_parser_s::end
-
-
+
-

-The end of the tokens queue. -

+

The end of the tokens queue.

-

- + + +

◆ head

+
- +
yaml_token_t* yaml_parser_s::head yaml_token_t* yaml_parser_s::head
-
-
+
-

-The head of the tokens queue. -

+

The head of the tokens queue.

-

- + + +

◆ tail

+
- +
yaml_token_t* yaml_parser_s::tail yaml_token_t* yaml_parser_s::tail
-
-
+
-

-The tail of the tokens queue. -

+

The tail of the tokens queue.

-

- + + +

◆ tokens

+
- +
struct { ... } yaml_parser_s::tokens struct { ... } yaml_parser_s::tokens
-
-
+
-

-The tokens queue. -

+

The tokens queue.

-

- + + +

◆ tokens_parsed

+
- +
size_t yaml_parser_s::tokens_parsed size_t yaml_parser_s::tokens_parsed
-
-
+
-

-The number of tokens fetched from the queue. -

+

The number of tokens fetched from the queue.

-

- + + +

◆ start [5/10]

+
- +
int* yaml_parser_s::start int* yaml_parser_s::start
-
-
+
-

-The beginning of the stack. -

+

The beginning of the stack.

-

- + + +

◆ end [5/10]

+
- +
int* yaml_parser_s::end int* yaml_parser_s::end
-
-
+
-

-The end of the stack. -

+

The end of the stack.

-

- + + +

◆ top [1/6]

+
- +
int* yaml_parser_s::top int* yaml_parser_s::top
-
-
+
-

-The top of the stack. -

+

The top of the stack.

-

- + + +

◆ indents

+
- +
struct { ... } yaml_parser_s::indents struct { ... } yaml_parser_s::indents
-
-
+
-

-The indentation levels stack. -

+

The indentation levels stack.

-

- + + +

◆ indent

+
- +
int yaml_parser_s::indent int yaml_parser_s::indent
-
-
+
-

-The current indentation level. -

+

The current indentation level.

-

- + + +

◆ start [6/10]

+
- +
yaml_simple_key_t* yaml_parser_s::start yaml_simple_key_t* yaml_parser_s::start
-
-
+
-

-The beginning of the stack. -

+

The beginning of the stack.

-

- + + +

◆ end [6/10]

+
- +
yaml_simple_key_t* yaml_parser_s::end yaml_simple_key_t* yaml_parser_s::end
-
-
+
-

-The end of the stack. -

+

The end of the stack.

-

- + + +

◆ top [2/6]

+
- +
yaml_simple_key_t* yaml_parser_s::top yaml_simple_key_t* yaml_parser_s::top
-
-
+
-

-The top of the stack. -

+

The top of the stack.

-

- + + +

◆ simple_keys

+
- +
struct { ... } yaml_parser_s::simple_keys struct { ... } yaml_parser_s::simple_keys
-
-
+
-

-The stack of simple keys. -

+

The stack of simple keys.

-

- + + +

◆ start [7/10]

+
- +
yaml_parser_state_t* yaml_parser_s::start yaml_parser_state_t* yaml_parser_s::start
-
-
+
-

-The beginning of the stack. -

+

The beginning of the stack.

-

- + + +

◆ end [7/10]

+
- +
yaml_parser_state_t* yaml_parser_s::end yaml_parser_state_t* yaml_parser_s::end
-
-
+
-

-The end of the stack. -

+

The end of the stack.

-

- + + +

◆ top [3/6]

+
- +
yaml_parser_state_t* yaml_parser_s::top yaml_parser_state_t* yaml_parser_s::top
-
-
+
-

-The top of the stack. -

+

The top of the stack.

-

- + + +

◆ states

+
- +
struct { ... } yaml_parser_s::states struct { ... } yaml_parser_s::states
-
-
+
-

-The parser states stack. -

+

The parser states stack.

-

- + + +

◆ state

+
- +
yaml_parser_state_t yaml_parser_s::state yaml_parser_state_t yaml_parser_s::state
-
-
+
-

-The current parser state. -

+

The current parser state.

-

- + + +

◆ start [8/10]

+
- +
yaml_mark_t* yaml_parser_s::start yaml_mark_t* yaml_parser_s::start
-
-
+
-

-The beginning of the stack. -

+

The beginning of the stack.

-

- + + +

◆ end [8/10]

+
- +
yaml_mark_t* yaml_parser_s::end yaml_mark_t* yaml_parser_s::end
-
-
+
-

-The end of the stack. -

+

The end of the stack.

-

- + + +

◆ top [4/6]

+
- +
yaml_mark_t* yaml_parser_s::top yaml_mark_t* yaml_parser_s::top
-
-
+
-

-The top of the stack. -

+

The top of the stack.

-

- + + +

◆ marks

+
- +
struct { ... } yaml_parser_s::marks struct { ... } yaml_parser_s::marks
-
-
+
-

-The stack of marks. -

+

The stack of marks.

-

- + + +

◆ start [9/10]

+
- +
yaml_tag_directive_t* yaml_parser_s::start yaml_tag_directive_t* yaml_parser_s::start
-
-
+
-

-The beginning of the list. -

+

The beginning of the list.

-

- + + +

◆ end [9/10]

+
- +
yaml_tag_directive_t* yaml_parser_s::end yaml_tag_directive_t* yaml_parser_s::end
-
-
+
-

-The end of the list. -

+

The end of the list.

-

- + + +

◆ top [5/6]

+
- +
yaml_tag_directive_t* yaml_parser_s::top yaml_tag_directive_t* yaml_parser_s::top
-
-
+
-

-The top of the list. -

+

The top of the list.

-

- + + +

◆ tag_directives

+
- +
struct { ... } yaml_parser_s::tag_directives struct { ... } yaml_parser_s::tag_directives
-
-
+
-

-The list of TAG directives. -

+

The list of TAG directives.

-

- + + +

◆ start [10/10]

+
- +
yaml_alias_data_t* yaml_parser_s::start yaml_alias_data_t* yaml_parser_s::start
-
-
+
-

-The beginning of the list. -

+

The beginning of the list.

-

- + + +

◆ end [10/10]

+
- +
yaml_alias_data_t* yaml_parser_s::end yaml_alias_data_t* yaml_parser_s::end
-
-
+
-

-The end of the list. -

+

The end of the list.

-

- + + +

◆ top [6/6]

+
- +
yaml_alias_data_t* yaml_parser_s::top yaml_alias_data_t* yaml_parser_s::top
-
-
+
-

-The top of the list. -

+

The top of the list.

-

- + + +

◆ aliases

+
- +
struct { ... } yaml_parser_s::aliases struct { ... } yaml_parser_s::aliases
-
-
+
-

-The alias data. -

+

The alias data.

-

- + + +

◆ document

+
- +
yaml_document_t* yaml_parser_s::document yaml_document_t* yaml_parser_s::document
-
-
+
-

-The currently parsed document. -

+

The currently parsed document.

-

-


The documentation for this struct was generated from the following file: -
Generated on Sun Dec 28 01:19:28 2008 for yaml by  - -doxygen 1.5.6
+
The documentation for this struct was generated from the following file: + + +