CFx SDK Documentation 2024 SP0
|
#include <RxValueType.h>
Public Member Functions | |
virtual int | count () const =0 |
virtual const OdRxEnumTag & | getAt (int index) const =0 |
<group !!RECORDS_tkernel_apiref>
This interface is implemented by the value types describing enumerations.
Definition at line 72 of file RxValueType.h.
|
pure virtual |
Returns the number of items in the enum.
Implemented in OdRxEnumType< ValueType >.
|
pure virtual |
Returns the descriptor of the given enum item.
index | [in] Index of the item. |
Implemented in OdRxEnumType< ValueType >.