PhoenixFileParser  1.0.0
Set of tools to ease file parsing
Loading...
Searching...
No Matches
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
12typedef std::vector<PParseStep> PVecParseStep;
13typedef std::vector<PParseCmd> PVecParseCmd;
14
15#endif
std::vector< PParseCmd > PVecParseCmd
std::vector< PParseStep > PVecParseStep