7#ifndef __PROJECT_PARAM_H__
8#define __PROJECT_PARAM_H__
std::vector< PDataConfig > PVecDataConfig
Set of parameters to generate a project.
PPath outputProjectDir
Output path of the full project.
PPath configFile
Name of the configuration file.
GeneratorMode mode
Mode to be used to generate the project.
PString version
Version of the project.
PPath outputTestDir
Output path of the unit tests.
PVecDataConfig vecDataConfig
Configuration of classes to be generated.
PString name
Name of the project.
PPath outputSourceDir
Output path of the sources.