API Reference > OdDb Classes > OdDbIdBufferIterator Class
OdDbIdBufferIterator Class
OdDbIdBufferIterator
Syntax
C++
class OdDbIdBufferIterator : public OdRxObject;

DbIdBuffer.h

This class is the base class for Iterator classes used to access the Object ID's in an OdDbIdBuffer object. 

 

 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
id 
Returns the Object ID of the current object referenced by this iterator. 
 
next 
Increments the current object for this iterator to the next object in the associated container. 
 
Removes the Object ID referenced by this iterator as the current element. The element immediately following the removed element becomes the current element for this iterator. 
 
seek 
If the specified Object ID is present in the associated container, makes this object the current object referenced by this iterator. If the specified Object ID is not found, the current object referenced by this iterator will be invalid, and done() returns true. 
 
Sets this iterator to point to the first element in the associated container. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.