CFx SDK Documentation
2020SP3
|
#include <RxDispatchImpl.h>
Public Member Functions | |
Iterator (OdRxDictionary *pOwner, OdRxDictionaryIterator *pDescIter) | |
OdString | getKey () const |
OdUInt32 | id () const |
bool | done () const |
bool | next () |
OdRxObjectPtr | object () const |
Public Member Functions inherited from OdRxObjectImpl< OdRxDictionaryIterator > | |
OdRxObjectImpl () | |
void | addRef () |
void | release () |
long | numRefs () const |
Public Member Functions inherited from OdRxDictionaryIterator | |
ODRX_DECLARE_MEMBERS (OdRxDictionaryIterator) | |
Public Member Functions inherited from OdRxIterator | |
OdRxIterator () | |
ODRX_DECLARE_MEMBERS (OdRxIterator) | |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Static Public Member Functions | |
static OdRxDictionaryIteratorPtr | createObject (OdRxDictionary *pOwner, OdRxDictionaryIterator *pDescIter) |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxDictionaryIterator > | |
static OdSmartPtr< OdRxDictionaryIterator > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Additional Inherited Members | |
Protected Member Functions inherited from OdRxObjectImpl< OdRxDictionaryIterator > | |
ODRX_HEAP_OPERATORS () | |
Definition at line 61 of file RxDispatchImpl.h.
|
inline |
Definition at line 66 of file RxDispatchImpl.h.
|
inlinestatic |
Definition at line 69 of file RxDispatchImpl.h.
|
inlinevirtual |
Returns true if and only if the traversal by this iterator object is completed.
Implements OdRxIterator.
Definition at line 75 of file RxDispatchImpl.h.
|
inlinevirtual |
Returns the keyword associated with the item of the dictionary on which the iterator refers
Implements OdRxDictionaryIterator.
Definition at line 73 of file RxDispatchImpl.h.
|
inlinevirtual |
Returns the ID of the item in the dictionary on which the iterator refers
Implements OdRxDictionaryIterator.
Definition at line 74 of file RxDispatchImpl.h.
|
inlinevirtual |
Sets the iterator object to the next element of the container.
Implements OdRxIterator.
Definition at line 76 of file RxDispatchImpl.h.
|
inlinevirtual |
Returns the non-typified smart pointer to the object on which the iterator object refers.
Implements OdRxIterator.
Definition at line 77 of file RxDispatchImpl.h.