Library of Assembled Shared Sources
|
Represents a single enumerator with name, C++ enum value, and Python value. More...
#include <enum_definition.h>
Data Fields | |
std::string | name |
Python name for the enumerator. | |
TEnum | enumerator |
Corresponding C++ enum value. | |
TValue | value |
Python value for the enumerator. | |
Represents a single enumerator with name, C++ enum value, and Python value.
Definition at line 586 of file enum_definition.h.