|
mlt 0.7.6
|
YAML Tiny Parser context structure. More...
Data Fields | |
| char | block |
| unsigned int | block_indent |
| char * | block_name |
| unsigned int | index |
| unsigned int | level |
| mlt_deque | stack |
Private Member Functions | |
| static int | parse_yaml (yaml_parser context, const char *namevalue) |
| Parse a line of YAML Tiny. | |
YAML Tiny Parser context structure.
YAML is a nifty text format popular in the Ruby world as a cleaner, less verbose alternative to XML. See this Wikipedia topic for an overview: http://en.wikipedia.org/wiki/YAML The YAML specification is at: http://yaml.org/ YAML::Tiny is a Perl module that specifies a subset of YAML that we are using here (for the same reasons): http://search.cpan.org/~adamk/YAML-Tiny-1.25/lib/YAML/Tiny.pm
| static int parse_yaml | ( | yaml_parser | context, |
| const char * | namevalue | ||
| ) | [private] |
Parse a line of YAML Tiny.
Adds a property if needed.
| context | a YAML Tiny Parser context |
| namevalue | a line of YAML Tiny |
| unsigned int yaml_parser_context::block_indent |
| unsigned int yaml_parser_context::index |
| unsigned int yaml_parser_context::level |
1.7.3