![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Parsing sequence. More...
#include <PParseSeq.h>
Public Member Functions | |
std ::vector< PParseStep > & | getVecStep () |
Get the variable p_vecStep. More... | |
const std ::vector< PParseStep > & | getVecStep () const |
Get the variable p_vecStep. More... | |
PParseSeq & | operator= (const PParseSeq &other) |
Equal operator of the class PParseSeq. More... | |
PParseSeq () | |
Constructor of the class PParseSeq. More... | |
PParseSeq (const PParseSeq &other) | |
Copy constructor of the class PParseSeq. More... | |
void | setVecStep (const std ::vector< PParseStep > &vecStep) |
Set the variable p_vecStep, of type 'std ::vector<PParseStep>'. More... | |
virtual | ~PParseSeq () |
Destructor of the class PParseSeq. More... | |
Private Member Functions | |
void | copyPParseSeq (const PParseSeq &other) |
Copy function of the class PParseSeq. More... | |
void | initialisationPParseSeq () |
Initialisation function of the class PParseSeq. More... | |
Private Attributes | |
std ::vector< PParseStep > | p_vecStep |
Vector of all the steps of the parsing sequence. More... | |
Parsing sequence.
Definition at line 77 of file PParseSeq.h.
PParseSeq::PParseSeq | ( | ) |
Constructor of the class PParseSeq.
Definition at line 220 of file PParseSeq.cpp.
References initialisationPParseSeq().
PParseSeq::PParseSeq | ( | const PParseSeq & | other | ) |
Copy constructor of the class PParseSeq.
other | : other variable |
Definition at line 227 of file PParseSeq.cpp.
References copyPParseSeq(), and initialisationPParseSeq().
|
virtual |
|
private |
Copy function of the class PParseSeq.
other | : other variable |
Definition at line 282 of file PParseSeq.cpp.
References p_vecStep.
Referenced by operator=(), and PParseSeq().
std::vector< PParseStep > & PParseSeq::getVecStep | ( | ) |
Get the variable p_vecStep.
Definition at line 263 of file PParseSeq.cpp.
References p_vecStep.
const std::vector< PParseStep > & PParseSeq::getVecStep | ( | ) | const |
Get the variable p_vecStep.
Definition at line 256 of file PParseSeq.cpp.
References p_vecStep.
Referenced by createSequenceAllMatch(), PFileParser::isMatch(), loadParserSeq(), testPFileParserSeq(), and testPFileParserSeqOneStep().
|
private |
Initialisation function of the class PParseSeq.
Definition at line 275 of file PParseSeq.cpp.
Referenced by PParseSeq().
Equal operator of the class PParseSeq.
other | : other variable |
Definition at line 241 of file PParseSeq.cpp.
References copyPParseSeq().
void PParseSeq::setVecStep | ( | const std ::vector< PParseStep > & | vecStep | ) |
Set the variable p_vecStep, of type 'std ::vector<PParseStep>'.
vecStep | : Vector of all the steps of the parsing sequence |
Definition at line 249 of file PParseSeq.cpp.
References p_vecStep.
Referenced by testPParseStep().
|
private |
Vector of all the steps of the parsing sequence.
Definition at line 90 of file PParseSeq.h.
Referenced by copyPParseSeq(), getVecStep(), and setVecStep().