![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
#include "CppTraitGetter.h"
Include dependency graph for CppTraitGetter.cpp:Go to the source code of this file.
Functions | |
| PString | getter_createGetterDecl (const PString &varType, const PString &varName, const PString &className, bool isConst, bool isPtr) |
| Creates a function decl for setters. | |
| PString getter_createGetterDecl | ( | const PString & | varType, |
| const PString & | varName, | ||
| const PString & | className, | ||
| bool | isConst, | ||
| bool | isPtr ) |
Creates a function decl for setters.
| varType | : type of the var to set |
| varName | : name of the var to set |
| className | : name of the class |
| isConst | : true if the function must be const |
| isPtr | : true if te variable is a pointer |
Definition at line 18 of file CppTraitGetter.cpp.
References makeVarType().
Referenced by CppTraitGetter::publicMethodDeclaration(), and CppTraitGetter::publicMethodImplementation().
Here is the call graph for this function:
Here is the caller graph for this function: