![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Class generator for setter trait. More...
#include <CppTraitTypeStream.h>
Inheritance diagram for CppTraitTypeStream:
Collaboration diagram for CppTraitTypeStream:Public Member Functions | |
| virtual void | classExtraFunctionDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Declaration of extra functions. | |
| virtual void | classExtraFunctionImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of extra functions. | |
| CppTraitTypeStream () | |
| Consctructor of CppTraitTypeStream. | |
| virtual void | headerExtraInclude (std::ofstream &fs, const GeneratorMode &mode) const |
| Add extra include on the header. | |
| virtual void | privateMethodDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Declaration of private methods. | |
| virtual void | privateMethodImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of private methods. | |
| 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 |
| virtual void | publicMethodImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| 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 | ~CppTraitTypeStream () |
| Desctructor of CppTraitTypeStream. | |
Class generator for setter trait.
Definition at line 16 of file CppTraitTypeStream.h.
| CppTraitTypeStream::CppTraitTypeStream | ( | ) |
Consctructor of CppTraitTypeStream.
Definition at line 11 of file CppTraitTypeStream.cpp.
References PAbstractTraitBackend::PAbstractTraitBackend().
Here is the call graph for this function:
|
virtual |
|
virtual |
Declaration of extra functions.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 72 of file CppTraitTypeStream.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableTypeStream, PClassConfig::getIsEnum(), PClassConfig::getListTemplate(), PClassConfig::getName(), and GeneratorMode::templateDeclaration.
Here is the call graph for this function:
|
virtual |
Implementation of extra functions.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 107 of file CppTraitTypeStream.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableTypeStream, PClassConfig::getIsEnum(), PClassConfig::getListTemplate(), PClassConfig::getName(), and GeneratorMode::templateDeclaration.
Here is the call graph for this function:
|
virtual |
Add extra include on the header.
| [out] | fs | : file to be completed |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 22 of file CppTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
virtual |
Declaration of private methods.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 52 of file CppTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
virtual |
Implementation of private methods.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractTraitBackend.
Definition at line 62 of file CppTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
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 32 of file CppTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
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 42 of file CppTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitCopy, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, CppTraitGetter, and CppTraitSetter.
Definition at line 27 of file PAbstractTraitBackend.h.
|
inlinevirtualinherited |
Reimplemented in CppTraitCheckStream, CppTraitConfigStream, CppTraitCopy, CppTraitDataStream, CppTraitEmpty, CppTraitFromString, CppTraitGetter, and CppTraitSetter.
Definition at line 28 of file PAbstractTraitBackend.h.
|
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 157 of file CppTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream, 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 140 of file CppTraitTypeStream.cpp.
References GeneratorMode::assertCall, GeneratorMode::enableTypeStream, PClassConfig::getIsEnum(), and PClassConfig::getName().
Here is the call graph for this function: