![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Class generator for setter trait. More...
#include <CppTraitFromString.h>
Inheritance diagram for CppTraitFromString:
Collaboration diagram for CppTraitFromString: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. | |
| CppTraitFromString () | |
| Consctructor of CppTraitFromString. | |
| 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 |
| Call of the test function. | |
| virtual void | testFunction (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of test function. | |
| virtual | ~CppTraitFromString () |
| Desctructor of CppTraitFromString. | |
Class generator for setter trait.
Definition at line 16 of file CppTraitFromString.h.
| CppTraitFromString::CppTraitFromString | ( | ) |
Consctructor of CppTraitFromString.
Definition at line 11 of file CppTraitFromString.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 85 of file CppTraitFromString.cpp.
References GeneratorMode::enableFromString, PClassConfig::getIsEnum(), and PClassConfig::getName().
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 96 of file CppTraitFromString.cpp.
References GeneratorMode::enableFromString, PClassConfig::getIsEnum(), PClassConfig::getListAttribute(), 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 CppTraitFromString.cpp.
|
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 67 of file CppTraitFromString.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 76 of file CppTraitFromString.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 49 of file CppTraitFromString.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 58 of file CppTraitFromString.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 31 of file CppTraitFromString.cpp.
|
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 40 of file CppTraitFromString.cpp.
|
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 153 of file CppTraitFromString.cpp.
References GeneratorMode::enableFromString, 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 121 of file CppTraitFromString.cpp.
References GeneratorMode::assertCall, GeneratorMode::enableFromString, PClassConfig::getIsEnum(), PClassConfig::getListAttribute(), and PClassConfig::getName().
Here is the call graph for this function: