Skip to content

Struct Ase::EnumInfo

ClassList > Ase > EnumInfo

Get auxiallary enum information.

  • #include <value.hh>

Public Attributes

Type Name
String blurb
String label

Public Static Functions

Type Name
bool impl (EnumInfo(*)(E) enuminfo)
EnumInfo value_info (E value)
EnumInfo value_info (const std::type_info & enumtype, int64 value)
Find enum info for value , MT-Safe.

Public Attributes Documentation

variable blurb

String Ase::EnumInfo::blurb;

variable label

String Ase::EnumInfo::label;

Public Static Functions Documentation

function impl [1/2]

template<class E>
static inline bool Ase::EnumInfo::impl (
    EnumInfo (*)(E) enuminfo
) 

function value_info [1/2]

template<class E>
static inline EnumInfo Ase::EnumInfo::value_info (
    E value
) 

function value_info [2/2]

static EnumInfo Ase::EnumInfo::value_info (
    const std::type_info & enumtype,
    int64 value
) 


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/value.hh