PhoenixGenerator  2.0.0
Set of tools to generate code
parser_toml.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_TOML_H__
8 #define __PARSER_TOML_H__
9 
10 #include "phoenix_get_string.h"
11 
12 bool parser_toml(DicoValue & dico, const PPath & fileName);
13 
14 #endif
Dictionnary of values.
Definition: DicoValue.h:17
Path of a directory or a file.
Definition: PPath.h:17
bool parser_toml(DicoValue &dico, const PPath &fileName)