|
Open CASCADE Technology
6.7.1
|
Implementation of the Iterator interface. More...
#include <NCollection_IndexedDataMap.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. More... | |
| Iterator (const NCollection_IndexedDataMap &theMap) | |
| Constructor. More... | |
| virtual Standard_Boolean | More (void) const |
| Query if the end of collection is reached by iterator. More... | |
| virtual void | Next (void) |
| Make a step along the collection. More... | |
| virtual const TheItemType & | Value (void) const |
| Value access. More... | |
| virtual TheItemType & | ChangeValue (void) const |
| ChangeValue access. More... | |
| const TheKeyType & | Key () const |
| Key. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseCollection< TheItemType >::Iterator | |
| Iterator (void) | |
| Empty constructor. More... | |
| virtual | ~Iterator (void) |
| Virtual destructor is necessary for classes with virtual methods. More... | |
| const Iterator & | operator= (const Iterator &) |
| operator= is prohibited More... | |
| Iterator (const Iterator &) | |
| Copy constructor **. More... | |
Implementation of the Iterator interface.
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inlinevirtual |
ChangeValue access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inline |
Key.
|
inlinevirtual |
Query if the end of collection is reached by iterator.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Make a step along the collection.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Value access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
1.8.5