#include <DbIndex.h>
This class iterates through OdDbIndexUpdateData instances.
- See also
- TD_Db
<group OdDb_Classes>
Definition at line 248 of file DbIndex.h.
◆ OdDbIndexUpdateDataIterator()
OdDbIndexUpdateDataIterator::OdDbIndexUpdateDataIterator |
( |
const OdDbIndexUpdateData * |
pIndexUpdateData | ) |
|
◆ currentData()
Returns the Object ID of the entity currently referenced by this Iterator object, and the flags and data associated with it.
- Parameters
-
currentId | [out] Receives the current Object ID. |
flags | [out] Receives the 8-bit flags. |
data | [out] Receives the 32-bit data |
◆ done()
bool OdDbIndexUpdateDataIterator::done |
( |
| ) |
|
Returns true if and only if the traversal by this Iterator object is complete.
◆ id()
Returns the Object ID of the entity currently referenced by this Iterator object.
◆ next()
void OdDbIndexUpdateDataIterator::next |
( |
| ) |
|
Sets this Iterator object to reference the entity following the current entity.
◆ start()
void OdDbIndexUpdateDataIterator::start |
( |
| ) |
|
Sets this Iterator object to reference the entity that it would normally return first.
◆ OdDbIndexUpdateDataIteratorImpl
friend class OdDbIndexUpdateDataIteratorImpl |
|
friend |
The documentation for this class was generated from the following file: