PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
parse_generic_string.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 __PARSE_GENERIC_STRING_H__
8 #define __PARSE_GENERIC_STRING_H__
9 
10 #include "DicoValue.h"
11 #include "PFileParser.h"
12 
13 bool parse_generic_string(PString & str, PFileParser & parser);
14 
15 #endif
classe qui permet de parser des fichiers texte en renvoyant les tokens les uns après les autres
Definition: PFileParser.h:20
Extends the std::string.
Definition: PString.h:16
bool parse_generic_string(PString &str, PFileParser &parser)
Parse string value.