Graphite
Version 3
An experimental 3D geometry processing program
|
Provides easy access to meta information from C++ types. More...
#include <OGF/gom/reflection/meta.h>
Static Public Member Functions | |
static MetaType * | type () |
Gets the MetaType. More... | |
static MetaClass * | meta_class () |
Gets the MetaClass. More... | |
static Serializer * | serializer () |
Gets the Serializer. More... | |
static Factory * | factory () |
Gets the Factory. More... | |
Provides easy access to meta information from C++ types.
T | the C++ type to be queried |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Gets the Serializer.
Queries the MetaType and gets the Serializer associated with it if any, else issues a warning message.
|
inlinestatic |