PhoenixGenerator  2.0.0
Set of tools to generate code
saveClassConfigTest.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 
8 #ifndef __SAVECLASSCONFIGTEST_H__
9 #define __SAVECLASSCONFIGTEST_H__
10 
11 #include "PClassConfig.h"
12 
13 bool saveClassTest(const PPath & outputTestDir, const PString & libName, const std::vector<PClassConfig> & classConfig, const PPath & baseFileName, bool enableDataStream = false, bool enableTypeStream = false);
14 
15 #endif
Path of a directory or a file.
Definition: PPath.h:17
Extends the std::string.
Definition: PString.h:16
bool saveClassTest(const PPath &outputTestDir, const PString &libName, const std::vector< PClassConfig > &classConfig, const PPath &baseFileName, bool enableDataStream=false, bool enableTypeStream=false)
Save the unit test of the generated PClassConfig.