Library of Assembled Shared Sources
lass::python::IntEnumDefinition< EnumType >::Enumerator Struct Reference

Represents a single enumerator member with name and C++ enum value. More...

#include <enum_definition.h>

Data Fields

std::string name
 Python name for the member.
 
TEnum enumerator
 Corresponding C++ enum value.
 

Detailed Description

template<typename EnumType>
struct lass::python::IntEnumDefinition< EnumType >::Enumerator

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

Definition at line 319 of file enum_definition.h.


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