CFx SDK Documentation 2024 SP0
|
#include <RxMember.h>
Public Member Functions | |
virtual | ~OdRxMemberCollection () |
virtual int | count () const =0 |
virtual OdRxMember * | getAt (int index) const =0 |
<group OdRx_Classes>
Simple container interface for the members.
Definition at line 243 of file RxMember.h.
|
virtual |
Destroys objects of the OdRxMemberCollection class.
|
pure virtual |
Returns the number of members in the collection.
|
pure virtual |
Returns the member at the specified index.
index | [in] Index of the member to be got. |