PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
PParseSeq_utils.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 __PPARSESEQ_UTILS_H__
8 #define __PPARSESEQ_UTILS_H__
9 
10 #include "PParseSeq.h"
11 
12 class PXml;
13 typedef std::vector<PParseStep> PVecParseStep;
14 typedef std::vector<PParseCmd> PVecParseCmd;
15 
16 bool loadParserSeq(PParseSeq & seq, const PXml & xmlSeq);
17 
19 
20 
21 #endif
bool loadParserSeq(PParseSeq &seq, const PXml &xmlSeq)
Load a ParseSeq with a XML balise.
std::vector< PParseCmd > PVecParseCmd
PParseSeq createSequenceAllMatch(const PVecString &vecStr)
Create a full sequence of string to match totaly.
std::vector< PParseStep > PVecParseStep
std::vector< PString > PVecString
Definition: PString.h:96
Parsing sequence.
Definition: PParseSeq.h:77
Class used to parse xml.
Definition: PXml.h:54