![]() |
|
PhoenixGenerator
2.2.0
Set of tools to generate code
|
#include "NanobindTraitProperty.h"
Include dependency graph for NanobindTraitProperty.cpp:Go to the source code of this file.
Functions | |
| PString | createGetterMethodName (const PString &varName) |
| Creates a getter method name. | |
| PString | createSetterMethodName (const PString &varName) |
| Creates a setter method name. | |
| PString createGetterMethodName | ( | const PString & | varName | ) |
Creates a getter method name.
| varName | : name of the var to get |
Definition at line 21 of file NanobindTraitProperty.cpp.
Referenced by NanobindTraitProperty::registerProperty().
Here is the caller graph for this function:| PString createSetterMethodName | ( | const PString & | varName | ) |
Creates a setter method name.
| varName | : name of the var to set |
Definition at line 29 of file NanobindTraitProperty.cpp.
Referenced by NanobindTraitProperty::registerProperty().
Here is the caller graph for this function: