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