Basic Types


Data Structures

struct  yaml_version_directive_t
 The version directive data. More...
struct  yaml_tag_directive_t
 The tag directive data. More...
struct  yaml_mark_t
 The pointer position. More...

Typedefs

typedef unsigned char yaml_char_t
 The character type (UTF-8 octet).

Enumerations

enum  yaml_encoding_t {
  YAML_ANY_ENCODING,
  YAML_UTF8_ENCODING,
  YAML_UTF16LE_ENCODING,
  YAML_UTF16BE_ENCODING
}
 The stream encoding.
enum  yaml_break_t {
  YAML_ANY_BREAK,
  YAML_CR_BREAK,
  YAML_LN_BREAK,
  YAML_CRLN_BREAK
}
 Line break types.
enum  yaml_error_type_t {
  YAML_NO_ERROR,
  YAML_MEMORY_ERROR,
  YAML_READER_ERROR,
  YAML_SCANNER_ERROR,
  YAML_PARSER_ERROR,
  YAML_WRITER_ERROR,
  YAML_EMITTER_ERROR
}
 Many bad things could happen with the parser and emitter.

Generated on Tue Aug 1 14:32:25 2006 for yaml by  doxygen 1.4.6