![]() |
PhoenixGenerator
2.0.0
Set of tools to generate code
|
#include "project_generator.h"
Go to the source code of this file.
Functions | |
bool | project_wrapper_moduleGenerator (const PPath &modulePath, const ProjectConfig &projectConfig, const PString &baseImplInclude, const std::vector< PClassConfig > &vecClassConfig, const PVecPath &vecInclude) |
Create the wrapper module. More... | |
bool project_wrapper_moduleGenerator | ( | const PPath & | modulePath, |
const ProjectConfig & | projectConfig, | ||
const PString & | baseImplInclude, | ||
const std::vector< PClassConfig > & | vecClassConfig, | ||
const PVecPath & | vecInclude | ||
) |
Create the wrapper module.
modulePath | : path of the module |
projectConfig | : config of the project |
baseImplInclude | : basic include of the module implementation |
vecClassConfig | : vector of class configuration |
vecInclude | : vector of includes |
Definition at line 1296 of file wrapper_module_generator.cpp.
References ProjectConfig::name, project_wrapper_moduleGeneratorMain(), project_wrapper_moduleGeneratorWrapperHeader(), project_wrapper_moduleGeneratorWrapperImpl(), and PString::toLower().
Referenced by project_wrapper_generator().