PhoenixGenerator  2.0.0
Set of tools to generate code
wrapper_test.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __WRAPPER_TEST_H__
8 #define __WRAPPER_TEST_H__
9 
10 #include "project_generator.h"
11 
12 bool project_wrapper_moduleGeneratorTest(const PPath & modulePath, const ProjectConfig & projectConfig, const PString & baseImplInclude, const std::vector<PClassConfig> & vecClassConfig, const PVecPath & vecInclude);
13 
14 
15 #endif
std::vector< PPath > PVecPath
Definition: PPath.h:75
Path of a directory or a file.
Definition: PPath.h:17
Extends the std::string.
Definition: PString.h:16
Configuration of the project.
bool project_wrapper_moduleGeneratorTest(const PPath &modulePath, const ProjectConfig &projectConfig, const PString &baseImplInclude, const std::vector< PClassConfig > &vecClassConfig, const PVecPath &vecInclude)
Generate the unit tests of the project.