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