PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
PParseSeqDef.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_DEF_H__
8 #define __PPARSESEQ_DEF_H__
9 
10 #include "PParseSeq.h"
11 
12 typedef std::vector<PParseStep> PVecParseStep;
13 typedef std::vector<PParseCmd> PVecParseCmd;
14 
15 #endif
std::vector< PParseCmd > PVecParseCmd
Definition: PParseSeqDef.h:13
std::vector< PParseStep > PVecParseStep
Definition: PParseSeqDef.h:12