|
Public Member Functions |
virtual Standard_Boolean | More (void) const =0 |
| Query if the end of collection is reached by iterator.
|
virtual void | Next (void)=0 |
| Make a step along the collection.
|
virtual const TheItemType & | Value (void) const =0 |
| Value inquiry.
|
virtual TheItemType & | ChangeValue (void) const =0 |
| Value change access.
|
Protected Member Functions |
| Iterator (void) |
| Empty constructor.
|
const Iterator & | operator= (const Iterator &) |
| operator= is prohibited
|
| Iterator (const Iterator &) |
| Copy constructor **.
|