CFx SDK Documentation  2020SP3
Public Member Functions | Protected Member Functions | List of all members
OdDbBlockTableIterator Class Reference

#include <DbBlockTable.h>

Inheritance diagram for OdDbBlockTableIterator:
OdDbSymbolTableIterator OdRxObject

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdDbBlockTableIterator)
 
- Public Member Functions inherited from OdDbSymbolTableIterator
 ODRX_DECLARE_MEMBERS (OdDbSymbolTableIterator)
 
virtual void start (bool atBeginning=true, bool skipErased=true)
 
virtual bool done () const
 
virtual OdDbObjectId getRecordId () const
 
virtual OdDbSymbolTableRecordPtr getRecord (OdDb::OpenMode openMode=OdDb::kForRead, bool openErasedRecord=false) const
 
virtual void step (bool forward=true, bool skipErased=true)
 
virtual void seek (const OdDbObjectId &ObjectId)
 
virtual void seek (const OdDbSymbolTableRecord *pRecord)
 
virtual ~OdDbSymbolTableIterator ()
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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

 OdDbBlockTableIterator ()
 
 OdDbBlockTableIterator (OdDbSymbolTableIteratorImpl *pImpl)
 
- Protected Member Functions inherited from OdDbSymbolTableIterator
 OdDbSymbolTableIterator ()
 
 OdDbSymbolTableIterator (OdDbSymbolTableIteratorImpl *pImpl)
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Attributes inherited from OdDbSymbolTableIterator
OdDbSymbolTableIteratorImpl * m_pImpl
 

Detailed Description

This class implements bidirectional Iterator objects that traverse entries in OdDbBlockTable objects in an OdDbDatabase instance.

Corresponding C++ library: TD_Db

<group OdDb_Classes>

Definition at line 43 of file DbBlockTable.h.

Constructor & Destructor Documentation

◆ OdDbBlockTableIterator() [1/2]

OdDbBlockTableIterator::OdDbBlockTableIterator ( )
protected

◆ OdDbBlockTableIterator() [2/2]

OdDbBlockTableIterator::OdDbBlockTableIterator ( OdDbSymbolTableIteratorImpl *  pImpl)
protected

Member Function Documentation

◆ ODRX_DECLARE_MEMBERS()

OdDbBlockTableIterator::ODRX_DECLARE_MEMBERS ( OdDbBlockTableIterator  )

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