![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Class generator for setter trait. More...
#include <WrapperTraitTypeStream.h>
Inheritance diagram for WrapperTraitTypeStream:
Collaboration diagram for WrapperTraitTypeStream:Public Member Functions | |
| virtual void | classMethodDeclaration (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Declaration of class method. | |
| virtual void | classMethodImplementation (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Implementation of class method. | |
| virtual void | headerExtraInclude (std::ofstream &fs, const GeneratorMode &mode) const |
| Add extra include on the header. | |
| virtual void | registerClassGetterSetter (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Register class getter and setter. | |
| virtual void | registerClassMember (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Register class member. | |
| virtual void | registerClassMethod (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const |
| Register class method. | |
| virtual void | setupAddDependency (std::ofstream &fs, const GeneratorMode &mode) const |
| Add dependency in the setup.py. | |
| 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. | |
| WrapperTraitTypeStream () | |
| Consctructor of WrapperTraitTypeStream. | |
| virtual | ~WrapperTraitTypeStream () |
| Desctructor of WrapperTraitTypeStream. | |
Class generator for setter trait.
Definition at line 16 of file WrapperTraitTypeStream.h.
| WrapperTraitTypeStream::WrapperTraitTypeStream | ( | ) |
Consctructor of WrapperTraitTypeStream.
Definition at line 11 of file WrapperTraitTypeStream.cpp.
References PAbstractWrapperTraitBackend::PAbstractWrapperTraitBackend().
Here is the call graph for this function:
|
virtual |
Desctructor of WrapperTraitTypeStream.
Definition at line 16 of file WrapperTraitTypeStream.cpp.
|
virtual |
Declaration of class method.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 32 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream, and wrapper_getClassName().
Here is the call graph for this function:
|
virtual |
Implementation of class method.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 43 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream, PClassConfig::getName(), and wrapper_getClassName().
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 PAbstractWrapperTraitBackend.
Definition at line 22 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
virtual |
Register class getter and setter.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 70 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
virtual |
Register class member.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 60 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
virtual |
Register class method.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 80 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream, and wrapper_getClassName().
Here is the call graph for this function:
|
virtual |
Add dependency in the setup.py.
| [out] | fs | : file to be completed |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 114 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream.
|
virtual |
Call of the test function.
| [out] | fs | : file to be completed |
| classConfig | : PClassConfig to be used | |
| mode | : mode of the generator |
Reimplemented from PAbstractWrapperTraitBackend.
Definition at line 104 of file WrapperTraitTypeStream.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 PAbstractWrapperTraitBackend.
Definition at line 91 of file WrapperTraitTypeStream.cpp.
References GeneratorMode::enableTypeStream, and PClassConfig::getName().
Here is the call graph for this function: