X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/9886d41b959a87c1564cd269a30c17e2444a305c..aa6f0e8a0a8257181e428c8af720d98e964f69d9:/doc/html/structyaml__emitter__s.html diff --git a/doc/html/structyaml__emitter__s.html b/doc/html/structyaml__emitter__s.html index 54f03bb..50e36ee 100644 --- a/doc/html/structyaml__emitter__s.html +++ b/doc/html/structyaml__emitter__s.html @@ -1,1551 +1,1451 @@ - - + + + + + + + yaml: yaml_emitter_s Struct Reference - - - - - + +

◆ buffer [1/2]

+
- +
size_t* yaml_emitter_s::size_written unsigned char* yaml_emitter_s::buffer
-
-
+
-

-The number of written bytes. -

+

The buffer pointer.

-

- + + +

◆ size

+
- +
struct { ... } yaml_emitter_s::string size_t yaml_emitter_s::size
-
-
+
-

-String output data. -

+

The buffer size.

-

- + + +

◆ size_written

+
- +
FILE* yaml_emitter_s::file size_t* yaml_emitter_s::size_written
-
-
+
-

-File output data. -

+

The number of written bytes.

-

- + + +

◆ string

+
- +
union { ... } yaml_emitter_s::output struct { ... } yaml_emitter_s::string
-
-
+
-

-Standard (string or file) output data. -

+

String output data.

-

- + + +

◆ file

+
- +
yaml_char_t* yaml_emitter_s::start FILE* yaml_emitter_s::file
-
-
+
-

-The beginning of the buffer. -

+

File output data.

-

- + + +

◆ output

+
- +
yaml_char_t* yaml_emitter_s::end union { ... } yaml_emitter_s::output
-
-
+
-

-The end of the buffer. -

+

Standard (string or file) output data.

-

- + + +

◆ start [1/6]

+
- +
yaml_char_t* yaml_emitter_s::pointer yaml_char_t* yaml_emitter_s::start
-
-
+
-

-The current position of the buffer. -

+

The beginning of the buffer.

-

- + + +

◆ end [1/6]

+
- +
yaml_char_t* yaml_emitter_s::last yaml_char_t* yaml_emitter_s::end
-
-
+
-

-The last filled position of the buffer. -

+

The end of the buffer.

-

- + + +

◆ pointer [1/2]

+
- +
struct { ... } yaml_emitter_s::buffer yaml_char_t* yaml_emitter_s::pointer
-
-
+
-

-The working buffer. -

+

The current position of the buffer.

-

- + + +

◆ last [1/2]

+
- +
unsigned char* yaml_emitter_s::start yaml_char_t* yaml_emitter_s::last
-
-
+
-

-The beginning of the buffer. -

+

The last filled position of the buffer.

-

- + + +

◆ buffer [2/2]

+
- +
unsigned char* yaml_emitter_s::end struct { ... } yaml_emitter_s::buffer
-
-
+
-

-The end of the buffer. -

+

The working buffer.

-

- + + +

◆ start [2/6]

+
- +
unsigned char* yaml_emitter_s::pointer unsigned char* yaml_emitter_s::start
-
-
+
-

-The current position of the buffer. -

+

The beginning of the buffer.

-

- + + +

◆ end [2/6]

+
- +
unsigned char* yaml_emitter_s::last unsigned char* yaml_emitter_s::end
-
-
+
-

-The last filled position of the buffer. -

+

The end of the buffer.

-

- + + +

◆ pointer [2/2]

+
- +
struct { ... } yaml_emitter_s::raw_buffer unsigned char* yaml_emitter_s::pointer
-
-
+
-

-The raw buffer. -

+

The current position of the buffer.

-

- + + +

◆ last [2/2]

+
- +
yaml_encoding_t yaml_emitter_s::encoding unsigned char* yaml_emitter_s::last
-
-
+
-

-The stream encoding. -

+

The last filled position of the buffer.

-

- + + +

◆ raw_buffer

+
- +
int yaml_emitter_s::best_indent struct { ... } yaml_emitter_s::raw_buffer
-
-
+
-

-The number of indentation spaces. -

+

The raw buffer.

-

- + + +

◆ encoding

+
- +
int yaml_emitter_s::best_width yaml_encoding_t yaml_emitter_s::encoding
-
-
+
-

-The preferred width of the output lines. -

+

The stream encoding.

-

- + + +

◆ best_indent

+
- +
yaml_break_t yaml_emitter_s::line_break int yaml_emitter_s::best_indent
-
-
+
-

-The preferred line break. -

+

The number of indentation spaces.

-

- + + +

◆ best_width

+
- +
yaml_emitter_state_t* yaml_emitter_s::start int yaml_emitter_s::best_width
-
-
+
-

-The beginning of the stack. -

+

The preferred width of the output lines.

-

- + + +

◆ line_break

+
- +
yaml_emitter_state_t* yaml_emitter_s::end yaml_break_t yaml_emitter_s::line_break
-
-
+
-

-The end of the stack. -

+

The preferred line break.

-

- + + +

◆ start [3/6]

+
- +
yaml_emitter_state_t* yaml_emitter_s::top yaml_emitter_state_t* yaml_emitter_s::start
-
-
+
-

-The top of the stack. -

+

The beginning of the stack.

-

- + + +

◆ end [3/6]

+
- +
struct { ... } yaml_emitter_s::states yaml_emitter_state_t* yaml_emitter_s::end
-
-
+
-

-The stack of states. -

+

The end of the stack.

-

- + + +

◆ top [1/3]

+
- +
yaml_emitter_state_t yaml_emitter_s::state yaml_emitter_state_t* yaml_emitter_s::top
-
-
+
-

-The current emitter state. -

+

The top of the stack.

-

- + + +

◆ states

+
- +
yaml_event_t* yaml_emitter_s::start struct { ... } yaml_emitter_s::states
-
-
+
-

-The beginning of the event queue. -

+

The stack of states.

-

- + + +

◆ state

+
- +
yaml_event_t* yaml_emitter_s::end yaml_emitter_state_t yaml_emitter_s::state
-
-
+
-

-The end of the event queue. -

+

The current emitter state.

-

- + + +

◆ start [4/6]

+
- +
yaml_event_t* yaml_emitter_s::head yaml_event_t* yaml_emitter_s::start
-
-
+
-

-The head of the event queue. -

+

The beginning of the event queue.

-

- + + +

◆ end [4/6]

+
- +
yaml_event_t* yaml_emitter_s::tail yaml_event_t* yaml_emitter_s::end
-
-
+
-

-The tail of the event queue. -

+

The end of the event queue.

-

- + + +

◆ head

+
- +
struct { ... } yaml_emitter_s::events yaml_event_t* yaml_emitter_s::head
-
-
+
-

-The event queue. -

+

The head of the event queue.

-

- + + +

◆ tail

+
- +
int* yaml_emitter_s::start yaml_event_t* yaml_emitter_s::tail
-
-
+
-

-The beginning of the stack. -

+

The tail of the event queue.

-

- + + +

◆ events

+
- +
int* yaml_emitter_s::end struct { ... } yaml_emitter_s::events
-
-
+
-

-The end of the stack. -

+

The event queue.

-

- + + +

◆ start [5/6]

+
- +
int* yaml_emitter_s::top int* yaml_emitter_s::start
-
-
+
-

-The top of the stack. -

+

The beginning of the stack.

-

- + + +

◆ end [5/6]

+
- +
struct { ... } yaml_emitter_s::indents int* yaml_emitter_s::end
-
-
+
-

-The stack of indentation levels. -

+

The end of the stack.

-

- + + +

◆ top [2/3]

+
- +
yaml_tag_directive_t* yaml_emitter_s::start int* yaml_emitter_s::top
-
-
+
-

-The beginning of the list. -

+

The top of the stack.

-

- + + +

◆ indents

+
- +
yaml_tag_directive_t* yaml_emitter_s::end struct { ... } yaml_emitter_s::indents
-
-
+
-

-The end of the list. -

+

The stack of indentation levels.

-

- + + +

◆ start [6/6]

+
- +
yaml_tag_directive_t* yaml_emitter_s::top yaml_tag_directive_t* yaml_emitter_s::start
-
-
+
-

-The top of the list. -

+

The beginning of the list.

-

- + + +

◆ end [6/6]

+
- +
struct { ... } yaml_emitter_s::tag_directives yaml_tag_directive_t* yaml_emitter_s::end
-
-
+
-

-The list of tag directives. -

+

The end of the list.

-

- + + +

◆ top [3/3]

+
- +
int yaml_emitter_s::indent yaml_tag_directive_t* yaml_emitter_s::top
-
-
+
-

-The current indentation level. -

+

The top of the list.

-

- + + +

◆ tag_directives

+
- +
int yaml_emitter_s::flow_level struct { ... } yaml_emitter_s::tag_directives
-
-
+
-

-The current flow level. -

+

The list of tag directives.

-

- + + +

◆ indent

+
- +
int yaml_emitter_s::line int yaml_emitter_s::indent
-
-
+
-

-The current line. -

+

The current indentation level.

-

- + + +

◆ flow_level

+
- +
int yaml_emitter_s::column int yaml_emitter_s::flow_level
-
-
+
-

-The current column. -

+

The current flow level.

-

- + + +

◆ line

+
- +
yaml_char_t* yaml_emitter_s::anchor int yaml_emitter_s::line
-
-
+
-

-The anchor value. -

+

The current line.

-

- + + +

◆ column

+
- +
size_t yaml_emitter_s::anchor_length int yaml_emitter_s::column
-
-
+
-

-The anchor length. -

+

The current column.

-

- + + +

◆ anchor

+
- +
struct { ... } yaml_emitter_s::anchor_data yaml_char_t* yaml_emitter_s::anchor
-
-
+
-

-Anchor analysis. -

+

The anchor value.

-

- + + +

◆ anchor_length

+
- +
yaml_char_t* yaml_emitter_s::handle size_t yaml_emitter_s::anchor_length
-
-
+
-

-The tag handle. -

+

The anchor length.

-

- + + +

◆ anchor_data

+
- +
size_t yaml_emitter_s::handle_length struct { ... } yaml_emitter_s::anchor_data
-
-
+
-

-The tag handle length. -

+

Anchor analysis.

-

- + + +

◆ handle

+
- +
yaml_char_t* yaml_emitter_s::suffix yaml_char_t* yaml_emitter_s::handle
-
-
+
-

-The tag suffix. -

+

The tag handle.

-

- + + +

◆ handle_length

+
- +
size_t yaml_emitter_s::suffix_length size_t yaml_emitter_s::handle_length
-
-
+
-

-The tag suffix length. -

+

The tag handle length.

-

- + + +

◆ suffix

+
- +
struct { ... } yaml_emitter_s::tag_data yaml_char_t* yaml_emitter_s::suffix
-
-
+
-

-Tag analysis. -

+

The tag suffix.

-

- + + +

◆ suffix_length

+
- +
yaml_char_t* yaml_emitter_s::value size_t yaml_emitter_s::suffix_length
-
-
+
-

-The scalar value. -

+

The tag suffix length.

-

- + + +

◆ tag_data

+
- +
size_t yaml_emitter_s::length struct { ... } yaml_emitter_s::tag_data
-
-
+
-

-The scalar length. -

+

Tag analysis.

-

- + + +

◆ value

+
- +
yaml_scalar_style_t yaml_emitter_s::style yaml_char_t* yaml_emitter_s::value
-
-
+
-

-The output style. -

+

The scalar value.

-

- + + +

◆ length

+
- +
struct { ... } yaml_emitter_s::scalar_data size_t yaml_emitter_s::length
-
-
+
-

-Scalar analysis. -

+

The scalar length.

-

- + + +

◆ style

+
- +
int yaml_emitter_s::references yaml_scalar_style_t yaml_emitter_s::style
-
-
+
-

-The number of references. -

+

The output style.

-

- + + +

◆ scalar_data

+
- +
int yaml_emitter_s::anchor struct { ... } yaml_emitter_s::scalar_data
-
-
+
-

-The anchor id. -

+

Scalar analysis.

-

- + + +

◆ anchors

+
- +
struct { ... } * yaml_emitter_s::anchors yaml_anchors_t* yaml_emitter_s::anchors
-
-
+
-

-The information associated with the document nodes. -

+

The information associated with the document nodes.

-

- + + +

◆ last_anchor_id

+
- +
int yaml_emitter_s::last_anchor_id int yaml_emitter_s::last_anchor_id
-
-
+
-

-The last assigned anchor id. -

+

The last assigned anchor id.

-

- + + +

◆ document

+
- +
yaml_document_t* yaml_emitter_s::document yaml_document_t* yaml_emitter_s::document
-
-
+
-

-The currently emitted document. -

+

The currently emitted document.

-

-


The documentation for this struct was generated from the following file: -
Generated on Sun Aug 30 22:52:14 2009 for yaml by  - -doxygen 1.5.8
+
The documentation for this struct was generated from the following file: + + +