![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Class generator for setter trait. More...
#include <CppTraitCheckStream.h>
Inheritance diagram for CppTraitCheckStream:
Collaboration diagram for CppTraitCheckStream: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. | |
| CppTraitCheckStream () | |
| Consctructor of CppTraitCheckStream. | |
| 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 |
| 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 |
| virtual void | testFunction (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| virtual | ~CppTraitCheckStream () |
| Desctructor of CppTraitCheckStream. | |
Class generator for setter trait.
Definition at line 16 of file CppTraitCheckStream.h.
| CppTraitCheckStream::CppTraitCheckStream | ( | ) |
Consctructor of CppTraitCheckStream.
Definition at line 11 of file CppTraitCheckStream.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 88 of file CppTraitCheckStream.cpp.
References GeneratorMode::defTemplate, GeneratorMode::enableCheckStream, PClassConfig::getIsEnum(), PClassConfig::getListAttribute(), 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 124 of file CppTraitCheckStream.cpp.
References GeneratorMode::enableCheckStream, PClassConfig::getIsEnum(), PClassConfig::getListAttribute(), PClassConfig::getListTemplate(), and PClassConfig::getName().
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 CppTraitCheckStream.cpp.
References GeneratorMode::enableCheckStream.
|
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 70 of file CppTraitCheckStream.cpp.
|
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 79 of file CppTraitCheckStream.cpp.
|
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 52 of file CppTraitCheckStream.cpp.
|
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 61 of file CppTraitCheckStream.cpp.
|
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 32 of file CppTraitCheckStream.cpp.
References GeneratorMode::enableCheckStream.
|
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 42 of file CppTraitCheckStream.cpp.
References GeneratorMode::enableCheckStream.
|
inlinevirtualinherited |
Reimplemented in CppTraitCopy, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 37 of file PAbstractTraitBackend.h.
|
inlinevirtualinherited |
Reimplemented in CppTraitCopy, CppTraitEmpty, CppTraitFromString, and CppTraitTypeStream.
Definition at line 36 of file PAbstractTraitBackend.h.