Cutelee  6.1.0
Namespaces | Macros | Functions
metatype.h File Reference
#include "cutelee_templates_export.h"
#include "typeaccessor.h"
#include <QtCore/QVariant>
Include dependency graph for metatype.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ CUTELEE_BEGIN_LOOKUP

#define CUTELEE_BEGIN_LOOKUP (   Type)

Top boundary of a lookup function for Type.

See also
Generic type support

Definition at line 213 of file metatype.h.

◆ CUTELEE_BEGIN_LOOKUP_PTR

#define CUTELEE_BEGIN_LOOKUP_PTR (   Type)

Top boundary of a lookup function for Type*.

See also
Generic type support

Definition at line 226 of file metatype.h.

◆ CUTELEE_END_LOOKUP

#define CUTELEE_END_LOOKUP

Bottom boundary of a lookup function for Type.

See also
Generic type support

Definition at line 239 of file metatype.h.