![]() |
PhoenixGenerator
2.0.0
Set of tools to generate code
|
#include "PClassConfig.h"
Go to the source code of this file.
Functions | |
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. More... | |
bool saveClassTest | ( | const PPath & | outputTestDir, |
const PString & | libName, | ||
const std::vector< PClassConfig > & | classConfig, | ||
const PPath & | baseFileName, | ||
bool | enableDataStream, | ||
bool | enableTypeStream | ||
) |
Save the unit test of the generated PClassConfig.
outputTestDir | : output directory where to put the genreated test (typically ../TESTS if the program is called from ./src) |
libName | : name of the generated library to link with |
classConfig | : class configuration to be used |
baseFileName | : base of output file name of the generated sources |
enableDataStream | : true to enable the data stream test |
enableTypeStream | : true to test phoenix_getTypeName function |
Definition at line 207 of file saveClassConfigTest.cpp.
References saveClassTest().