![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
#include "CppTraitCopy.h"
Include dependency graph for CppTraitCopy.cpp:Go to the source code of this file.
Functions | |
| void | class_createCheckClassEquality (std::ofstream &fs, const PClassConfig &classConfig, bool isConst) |
| Create the class check. | |
| void | class_createTestClassCopy (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) |
| Create the class check. | |
| void class_createCheckClassEquality | ( | std::ofstream & | fs, |
| const PClassConfig & | classConfig, | ||
| bool | isConst ) |
Create the class check.
| fs | : file to be completed |
| classConfig | : class configuration to be used |
| isConst | : true if the generated check has to use const classes |
Definition at line 16 of file CppTraitCopy.cpp.
References getIsSimpleType(), PClassConfig::getListAttribute(), and PClassConfig::getName().
Referenced by CppTraitCopy::testFunction().
Here is the call graph for this function:
Here is the caller graph for this function:| void class_createTestClassCopy | ( | std::ofstream & | fs, |
| const PClassConfig & | classConfig, | ||
| const GeneratorMode & | mode ) |
Create the class check.
| fs | : file to be completed |
| classConfig | : class configuration to be used |
| mode | : all modes of the generator (data/check/type/config stream) |
Definition at line 50 of file CppTraitCopy.cpp.
References GeneratorMode::assertCall, PClassConfig::getListAttribute(), PClassConfig::getName(), and getTestDefaultValueTypeInCpp().
Referenced by CppTraitCopy::testFunction().
Here is the call graph for this function:
Here is the caller graph for this function: