AcRxEnumType Template   

IAcRxEnumeration
    AcRxEnumType
C++
template <typename ValueType>
class AcRxEnumType : public AcRxValueTypePOD<ValueType>, public IAcRxEnumeration;
File

rxvaluetypeutil.h

Description

AcRxEnumType is a template class for creating runtime type descriptor for enumerations

Links