PhoenixFileParser  1.0.0
Set of tools to ease file parsing
Loading...
Searching...
No Matches
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
13bool 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
bool parse_generic_string(PString &str, PFileParser &parser)
Parse string value.