PhoenixGenerator
2.8.0
Set of tools to generate code
Toggle main menu visibility
Loading...
Searching...
No Matches
WrapperTraitEmpty.cpp
Go to the documentation of this file.
1
2
/***************************************
3
Auteur : Pierre Aubert
4
Mail : pierre.aubert@lapp.in2p3.fr
5
Licence : CeCILL-C
6
****************************************/
7
8
#include "
WrapperTraitEmpty.h
"
9
11
WrapperTraitEmpty::WrapperTraitEmpty
()
12
:
PAbstractWrapperTraitBackend
()
13
{}
14
16
WrapperTraitEmpty::~WrapperTraitEmpty
(){}
17
19
22
void
WrapperTraitEmpty::headerExtraInclude
(std::ofstream & fs,
const
GeneratorMode
& mode)
const
{
23
24
}
25
27
31
void
WrapperTraitEmpty::classMethodDeclaration
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
32
33
}
34
36
40
void
WrapperTraitEmpty::classMethodImplementation
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
41
42
}
43
45
49
void
WrapperTraitEmpty::registerClassMember
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
50
51
}
52
54
58
void
WrapperTraitEmpty::registerClassGetterSetter
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
59
60
}
61
63
67
void
WrapperTraitEmpty::registerClassMethod
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
68
69
}
70
72
76
void
WrapperTraitEmpty::testFunction
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
77
78
}
79
81
85
void
WrapperTraitEmpty::testCallFunction
(std::ofstream & fs,
const
PClassConfig
& classConfig,
const
GeneratorMode
& mode)
const
{
86
87
}
88
89
90
WrapperTraitEmpty.h
PAbstractWrapperTraitBackend::PAbstractWrapperTraitBackend
PAbstractWrapperTraitBackend()
Definition
PAbstractTraitBackend.h:45
PClassConfig
Class to describe a basic class.
Definition
PClassConfig.h:14
WrapperTraitEmpty::registerClassMember
virtual void registerClassMember(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Register class member.
Definition
WrapperTraitEmpty.cpp:49
WrapperTraitEmpty::classMethodImplementation
virtual void classMethodImplementation(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Implementation of class method.
Definition
WrapperTraitEmpty.cpp:40
WrapperTraitEmpty::testCallFunction
virtual void testCallFunction(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Call of the test function.
Definition
WrapperTraitEmpty.cpp:85
WrapperTraitEmpty::classMethodDeclaration
virtual void classMethodDeclaration(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Declaration of class method.
Definition
WrapperTraitEmpty.cpp:31
WrapperTraitEmpty::~WrapperTraitEmpty
virtual ~WrapperTraitEmpty()
Desctructor of WrapperTraitEmpty.
Definition
WrapperTraitEmpty.cpp:16
WrapperTraitEmpty::registerClassMethod
virtual void registerClassMethod(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Register class method.
Definition
WrapperTraitEmpty.cpp:67
WrapperTraitEmpty::testFunction
virtual void testFunction(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Implementation of test function.
Definition
WrapperTraitEmpty.cpp:76
WrapperTraitEmpty::headerExtraInclude
virtual void headerExtraInclude(std::ofstream &fs, const GeneratorMode &mode) const
Add extra include on the header.
Definition
WrapperTraitEmpty.cpp:22
WrapperTraitEmpty::WrapperTraitEmpty
WrapperTraitEmpty()
Consctructor of WrapperTraitEmpty.
Definition
WrapperTraitEmpty.cpp:11
WrapperTraitEmpty::registerClassGetterSetter
virtual void registerClassGetterSetter(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
Register class getter and setter.
Definition
WrapperTraitEmpty.cpp:58
GeneratorMode
All the genertor modes.
Definition
GeneratorMode.h:27
src
TraitBackEnd
PythonWrapper
WrapperTraitEmpty
WrapperTraitEmpty.cpp
Generated by
1.17.0