![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
#include "CppTraitSetter.h"
Include dependency graph for CppTraitSetter.cpp:Go to the source code of this file.
Functions | |
| PString | setter_createSetterDecl (const PString &varType, const PString &varName, const PString &className, bool isPtr) |
| Creates a function decl for setters. | |
| PString setter_createSetterDecl | ( | const PString & | varType, |
| const PString & | varName, | ||
| const PString & | className, | ||
| 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 |
| isPtr | : true if te variable is a pointer |
Definition at line 17 of file CppTraitSetter.cpp.
References makeVarType().
Referenced by CppTraitSetter::publicMethodDeclaration(), and CppTraitSetter::publicMethodImplementation().
Here is the call graph for this function:
Here is the caller graph for this function: