![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Class generator for setter trait. More...
#include <CppTraitCopy.h>
Inheritance diagram for CppTraitCopy:
Collaboration diagram for CppTraitCopy:Public Member Functions | |
| virtual void | classExtraFunctionDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| virtual void | classExtraFunctionImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| CppTraitCopy () | |
| Consctructor of CppTraitCopy. | |
| virtual void | headerExtraInclude (std::ofstream &fs, const GeneratorMode &mode) const |
| virtual void | privateMethodDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| virtual void | privateMethodImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| virtual void | protectedMethodDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Declaration of protected methods. | |
| virtual void | protectedMethodImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of protected methods. | |
| virtual void | publicMethodDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Declaration of public methods. | |
| virtual void | publicMethodImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of public methods. | |
| virtual void | testCallFunction (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Call of the test function. | |
| virtual void | testFunction (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of test function. | |
| virtual | ~CppTraitCopy () |
| Desctructor of CppTraitCopy. | |
Class generator for setter trait.
Definition at line 16 of file CppTraitCopy.h.
| CppTraitCopy::CppTraitCopy | ( | ) |
Consctructor of CppTraitCopy.
Definition at line 74 of file CppTraitCopy.cpp.
References PAbstractTraitBackend::PAbstractTraitBackend().
Here is the call graph for this function:
|
virtual |
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 33 of file PAbstractTraitBackend.h.
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 34 of file PAbstractTraitBackend.h.
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 25 of file PAbstractTraitBackend.h.
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 31 of file PAbstractTraitBackend.h.
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 32 of file PAbstractTraitBackend.h.
|
virtual |
Declaration of protected methods.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 124 of file CppTraitCopy.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableCopy, PClassConfig::getIsEnum(), and PClassConfig::getName().
Here is the call graph for this function:
|
virtual |
Implementation of protected methods.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 135 of file CppTraitCopy.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableCopy, PClassConfig::getIsEnum(), PClassConfig::getListAttribute(), PClassConfig::getName(), and GeneratorMode::templateDeclaration.
Here is the call graph for this function:
|
virtual |
Declaration of public methods.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 86 of file CppTraitCopy.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableCopy, PClassConfig::getIsEnum(), and PClassConfig::getName().
Here is the call graph for this function:
|
virtual |
Implementation of public methods.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 98 of file CppTraitCopy.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableCopy, PClassConfig::getIsEnum(), PClassConfig::getName(), and GeneratorMode::templateDeclaration.
Here is the call graph for this function:
|
virtual |
Call of the test function.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 168 of file CppTraitCopy.cpp.
References GeneratorMode::enableCopy, GeneratorMode::enableGetter, PClassConfig::getIsEnum(), and PClassConfig::getName().
Here is the call graph for this function:
|
virtual |
Implementation of test function.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 156 of file CppTraitCopy.cpp.
References class_createCheckClassEquality(), class_createTestClassCopy(), GeneratorMode::enableCopy, GeneratorMode::enableGetter, and PClassConfig::getIsEnum().
Here is the call graph for this function: