|
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. | |
| static MetaClass * | meta_class () |
| Gets the MetaClass. | |
| static Serializer * | serializer () |
| Gets the Serializer. | |
| static Factory * | factory () |
| Gets the Factory. | |
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 |