CFx SDK Documentation
2022 SP0
|
#include <DbXrecord.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdDbXrecordIterator) | |
void | start () |
bool | done () const |
bool | next () |
int | curRestype () const |
OdResBufPtr | getCurResbuf (OdDbDatabase *pDb=0) const |
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 void | addRef ()=0 |
virtual void | release ()=0 |
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 |
Protected Member Functions | |
OdDbXrecordIterator (OdDbXrecordIteratorImpl *pIterImpl) | |
Protected Attributes | |
OdDbXrecordIteratorImpl * | m_pImpl |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class implements Iterators for the data lists in OdDbXrecord instances.
<group OdDb_Classes>
Definition at line 47 of file DbXrecord.h.
|
protected |
int OdDbXrecordIterator::curRestype | ( | ) | const |
Returns the restype field of the current ResBuf structure in the XRecord data list.
bool OdDbXrecordIterator::done | ( | ) | const |
Returns true if and only if the traversal is complete.
OdResBufPtr OdDbXrecordIterator::getCurResbuf | ( | OdDbDatabase * | pDb = 0 | ) | const |
Returns a copy of the current ResBuf structure in the XRecord data list.
pDb | [in] Pointer to the OdDbDatabase used for Object ID resolution when this XRecord object is not database resident. |
bool OdDbXrecordIterator::next | ( | ) |
Sets this Iterator object to reference the next ResBuf structure in the XRecord data list.
OdDbXrecordIterator::ODRX_DECLARE_MEMBERS | ( | OdDbXrecordIterator | ) |
void OdDbXrecordIterator::start | ( | ) |
Sets this Iterator object to reference the first ResBuf structure in the XRecord data list.
|
protected |
Definition at line 86 of file DbXrecord.h.