Graphite
Version 3
An experimental 3D geometry processing program
|
A class to declare a new builtin type. More...
#include <OGF/gom/types/gom_implementation.h>
Public Member Functions | |
ogf_declare_builtin_type (const std::string &type_name) | |
Declares a new builtin type. More... | |
operator MetaBuiltinType * () | |
Gets the created MetaType object. More... | |
A class to declare a new builtin type.
T | the builtin type to be declared |
Example of use:
Definition at line 70 of file gom_implementation.h.
|
inlineexplicit |
Declares a new builtin type.
[in] | type_name | the C++ type name of the type to be declared. |
Definition at line 77 of file gom_implementation.h.
|
inline |
Gets the created MetaType object.
Definition at line 99 of file gom_implementation.h.