Cutelee
6.1.0
|
Go to the source code of this file.
Namespaces | |
Cutelee | |
The Cutelee namespace holds all public Cutelee API. | |
Macros | |
#define | CUTELEE_BEGIN_LOOKUP(Type) |
#define | CUTELEE_BEGIN_LOOKUP_PTR(Type) |
#define | CUTELEE_END_LOOKUP |
Functions | |
template<typename RealType , typename HandleAs > | |
int | Cutelee::registerMetaType () |
Registers the type RealType with the metatype system. More... | |
#define CUTELEE_BEGIN_LOOKUP | ( | Type | ) |
Top boundary of a lookup function for Type.
Definition at line 213 of file metatype.h.
#define CUTELEE_BEGIN_LOOKUP_PTR | ( | Type | ) |
Top boundary of a lookup function for Type*.
Definition at line 226 of file metatype.h.
#define CUTELEE_END_LOOKUP |
Bottom boundary of a lookup function for Type.
Definition at line 239 of file metatype.h.