Library of Assembled Shared Sources
lass::python::EnumDefinition< EnumType, ValueType >::Enumerator Struct Reference

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.
 

Detailed Description

template<typename EnumType, typename ValueType>
struct lass::python::EnumDefinition< EnumType, ValueType >::Enumerator

Represents a single enumerator with name, C++ enum value, and Python value.

Definition at line 586 of file enum_definition.h.


The documentation for this struct was generated from the following file: