DbObjectContextCollection.h
This class implements Iterators for objects that have context items defined and stored in a context collection (using the OdDbObjectContextCollections class).
If an application supports context collections, you must implement this class. You can get an Iterator using OdDbObjectContextCollection::newIterator().
|
Name |
Description |
|
Returns whether the Iterator is at the end of the collection. | |
|
Returns a copy of the context located at the current position of the Iterator. | |
|
Moves the Iterator to the next context of the collection. | |
|
| |
|
Moves the Iterator to the start of the collection. |
Copyright © 2002–2021. Open Design Alliance. All rights reserved.
|