![]() |
PhoenixYml
0.5.0
Yml parser for Phoenix
|
#include "phoenix_get_string.h"
Go to the source code of this file.
Functions | |
bool | parse_yml_string (PString &str, PFileParser &parser) |
Parse string value. | |
bool | parser_yml (DicoValue &dico, const PPath &fileName) |
Parse a yml file and update the given DicoValue. | |
bool parse_yml_string | ( | PString & | str, |
PFileParser & | parser ) |
Parse string value.
[out] | str | : parsed string value |
[out] | parser | : PFileParser to be used |
Definition at line 125 of file parser_yml.cpp.
Referenced by parse_yml_compactListContent().
bool parser_yml | ( | DicoValue & | dico, |
const PPath & | fileName ) |
Parse a yml file and update the given DicoValue.
[out] | dico | : dictionnary of values |
fileName | : name of the file to be parsed |
Definition at line 343 of file parser_yml.cpp.
References VecValueType::MAIN, parser_yml_fileParser(), VecValue::setIndentation(), VecValue::setType(), and vecValueToDicoValue().