Graphite
Version 3
An experimental 3D geometry processing program
|
a version of ogf_declare_builtin_type specialization for pointers. More...
#include <OGF/gom/types/gom_implementation.h>
Public Member Functions | |
ogf_declare_pointer_type (const std::string &type_name) | |
Declares a new builtin pointer type. More... | |
operator MetaBuiltinType * () | |
Gets the created MetaType object. More... | |
a version of ogf_declare_builtin_type specialization for pointers.
We did not use a specialization as in the code below, because MSVC 6 does not seem to support it.
\TODO test whether it works with more modern versions of MSVC.
Definition at line 232 of file gom_implementation.h.
|
inlineexplicit |
Declares a new builtin pointer type.
[in] | type_name | the C++ type name of the type to be declared. |
Definition at line 239 of file gom_implementation.h.
|
inline |
Gets the created MetaType object.
Definition at line 261 of file gom_implementation.h.