std::vector< PClassConfig > PVecClassConfig
void initialisationPDataConfig()
Initialisation function of the class PDataConfig.
virtual ~PDataConfig()
Destructeur of PDataConfig.
PDataConfig & operator=(const PDataConfig &other)
Definition of equal operator of PDataConfig.
const PVecClassConfig & getVecClassConfig() const
Get the vector of all config class of the current pdata file.
void copyPDataConfig(const PDataConfig &other)
Copy function of PDataConfig.
const PPath & getFileName() const
Get the file name of the current PDataConfig.
PDataConfig()
Default constructeur of PDataConfig.
PVecClassConfig p_vecClassConfig
All class of the pdata file.
PPath p_fileName
File name of the current PDataConfig.
const PVecPath & getVecInclude() const
Get the vector of all include files of the current pdata file.
void setFileName(const PPath &fileName)
Set the file name of the current PDataConfig.
PVecPath p_vecInclude
ALl extra include of the pdata file.