API Reference > OdRx Classes > OdRxEnumWithUnderlyingType Template
OdRxEnumWithUnderlyingType Template
OdRxEnumWithUnderlyingTypeOdRxEnumWithUnderlyingTypeOdRxEnumWithUnderlyingTypeOdRxEnumWithUnderlyingTypeOdRxEnumWithUnderlyingTypeOdRxEnumWithUnderlyingType
Syntax
C++
template <typename ValueType> class OdRxEnumWithUnderlyingType : public OdRxEnumType<ValueType>;

RxValueTypeUtil.h

Describes enumeration type for C++ enumeration with underying type to be stored in OdRxValue. Instances of this type should create tags in the constructor (or pseudo-constructor) for every enum element. 

 

 
Name 
Description 
 
This is the default constructor for OdRxEnumWithUnderlyingType class objects.
 
 
Name 
Description 
 
This method is not defined in the base template, instance must declare a specialization.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.