![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Class generator for setter trait. More...
#include <WrapperTraitEmpty.h>
Inheritance diagram for WrapperTraitEmpty:
Collaboration diagram for WrapperTraitEmpty: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 |
| 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. | |
| WrapperTraitEmpty () | |
| Consctructor of WrapperTraitEmpty. | |
| virtual | ~WrapperTraitEmpty () |
| Desctructor of WrapperTraitEmpty. | |
Class generator for setter trait.
Definition at line 16 of file WrapperTraitEmpty.h.
| WrapperTraitEmpty::WrapperTraitEmpty | ( | ) |
Consctructor of WrapperTraitEmpty.
Definition at line 11 of file WrapperTraitEmpty.cpp.
References PAbstractWrapperTraitBackend::PAbstractWrapperTraitBackend().
Here is the call graph for this function:
|
virtual |
|
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 31 of file WrapperTraitEmpty.cpp.
|
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 40 of file WrapperTraitEmpty.cpp.
|
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 WrapperTraitEmpty.cpp.
|
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 58 of file WrapperTraitEmpty.cpp.
|
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 49 of file WrapperTraitEmpty.cpp.
|
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 67 of file WrapperTraitEmpty.cpp.
|
inlinevirtualinherited |
Reimplemented in WrapperTraitDataStream, and WrapperTraitTypeStream.
Definition at line 60 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 PAbstractWrapperTraitBackend.
Definition at line 85 of file WrapperTraitEmpty.cpp.
|
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 76 of file WrapperTraitEmpty.cpp.