![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Vector of the environements. More...
#include <PLatexObj.h>
Public Member Functions | |
std::vector< PParserEnv > & | getVecEnv () |
Gets the vecEnv of the PVecParserEnv. More... | |
const std::vector< PParserEnv > & | getVecEnv () const |
Gets the vecEnv of the PVecParserEnv. More... | |
PVecParserEnv & | operator= (const PVecParserEnv &other) |
Operator = of class PVecParserEnv. More... | |
PVecParserEnv () | |
Constructor of class PVecParserEnv. More... | |
PVecParserEnv (const PVecParserEnv &other) | |
Copy Constructor of class PVecParserEnv. More... | |
void | setVecEnv (const std::vector< PParserEnv > &vecEnv) |
Sets the vecEnv of the PVecParserEnv. More... | |
virtual | ~PVecParserEnv () |
Destructor of class PVecParserEnv. More... | |
Protected Member Functions | |
void | copyPVecParserEnv (const PVecParserEnv &other) |
Copy Function of class PVecParserEnv. More... | |
Private Member Functions | |
void | initialisationPVecParserEnv () |
Initialisation Function of class PVecParserEnv. More... | |
Private Attributes | |
std::vector< PParserEnv > | p_vecEnv |
Vector of environements. More... | |
Vector of the environements.
Definition at line 391 of file PLatexObj.h.
PVecParserEnv::PVecParserEnv | ( | ) |
Constructor of class PVecParserEnv.
Definition at line 1527 of file PLatexObj.cpp.
References initialisationPVecParserEnv().
PVecParserEnv::PVecParserEnv | ( | const PVecParserEnv & | other | ) |
Copy Constructor of class PVecParserEnv.
other | : PVecParserEnv we want ot copy |
Definition at line 1534 of file PLatexObj.cpp.
References copyPVecParserEnv().
|
virtual |
Destructor of class PVecParserEnv.
Definition at line 1539 of file PLatexObj.cpp.
|
protected |
Copy Function of class PVecParserEnv.
other | : PVecParserEnv we want ot copy |
Definition at line 1576 of file PLatexObj.cpp.
References p_vecEnv.
Referenced by operator=(), and PVecParserEnv().
std::vector< PParserEnv > & PVecParserEnv::getVecEnv | ( | ) |
Gets the vecEnv of the PVecParserEnv.
Definition at line 1569 of file PLatexObj.cpp.
References p_vecEnv.
const std::vector< PParserEnv > & PVecParserEnv::getVecEnv | ( | ) | const |
Gets the vecEnv of the PVecParserEnv.
Definition at line 1562 of file PLatexObj.cpp.
References p_vecEnv.
Referenced by getParserEnv(), and PGenericParser::loadDirExtraParserFile().
|
private |
Initialisation Function of class PVecParserEnv.
Definition at line 1581 of file PLatexObj.cpp.
Referenced by PVecParserEnv().
PVecParserEnv & PVecParserEnv::operator= | ( | const PVecParserEnv & | other | ) |
Operator = of class PVecParserEnv.
other | : PVecParserEnv we want ot copy |
Definition at line 1547 of file PLatexObj.cpp.
References copyPVecParserEnv().
void PVecParserEnv::setVecEnv | ( | const std::vector< PParserEnv > & | vecEnv | ) |
Sets the vecEnv of the PVecParserEnv.
vecEnv | : vecEnv of the PVecParserEnv |
Definition at line 1555 of file PLatexObj.cpp.
References p_vecEnv.
|
private |
Vector of environements.
Definition at line 405 of file PLatexObj.h.
Referenced by copyPVecParserEnv(), getVecEnv(), and setVecEnv().