CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IOdRxEnumeration Struct Referenceabstract

#include <RxValueType.h>

Inheritance diagram for IOdRxEnumeration:
OdRxEnumType< ValueType > OdRxEnumWithUnderlyingType< ValueType >

Public Member Functions

virtual int count () const =0
 
virtual const OdRxEnumTaggetAt (int index) const =0
 

Detailed Description

<group !!RECORDS_tkernel_apiref>

This interface is implemented by the value types describing enumerations.

Definition at line 72 of file RxValueType.h.

Member Function Documentation

◆ count()

virtual int IOdRxEnumeration::count ( ) const
pure virtual

Returns the number of items in the enum.

Returns
The number of items in the enum.

Implemented in OdRxEnumType< ValueType >.

◆ getAt()

virtual const OdRxEnumTag & IOdRxEnumeration::getAt ( int  index) const
pure virtual

Returns the descriptor of the given enum item.

Parameters
index[in] Index of the item.
Returns
Descriptor of the given enum item.

Implemented in OdRxEnumType< ValueType >.


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