PhoenixYml
1.2.2
Yml parser for Phoenix
Loading...
Searching...
No Matches
parser_yml.h
Go to the documentation of this file.
1
/***************************************
2
Auteur : Pierre Aubert
3
Mail : pierre.aubert@lapp.in2p3.fr
4
Licence : CeCILL-C
5
****************************************/
6
7
#ifndef __PARSER_YML_H__
8
#define __PARSER_YML_H__
9
10
#include "phoenix_get_string.h"
11
12
bool
parser_yml
(DicoValue & dico,
const
PPath & fileName);
13
bool
parser_yml
(ConfigNode & dico,
const
PPath & fileName);
14
15
bool
parser_ymlString
(ConfigNode & dico,
const
PString & content);
16
17
#endif
parser_yml
bool parser_yml(DicoValue &dico, const PPath &fileName)
Parse a yml file and update the given DicoValue.
Definition
parser_yml.cpp:378
parser_ymlString
bool parser_ymlString(ConfigNode &dico, const PString &content)
Parse a toml string.
Definition
parser_yml.cpp:402
src
parser_yml.h
Generated by
1.13.2