Open CASCADE Technology 7.8.0
|
Implementation of the Iterator interface. More...
#include <NCollection_IndexedDataMap.hxx>
Public Member Functions | |
Iterator () | |
Empty constructor. | |
Iterator (const NCollection_IndexedDataMap &theMap) | |
Constructor. | |
Standard_Boolean | More (void) const |
Query if the end of collection is reached by iterator. | |
void | Next (void) |
Make a step along the collection. | |
const TheItemType & | Value (void) const |
Value access. | |
TheItemType & | ChangeValue (void) const |
ChangeValue access. | |
const TheKeyType & | Key () const |
Key. | |
Standard_Boolean | IsEqual (const Iterator &theOther) const |
Performs comparison of two iterators. | |
Implementation of the Iterator interface.
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inline |
ChangeValue access.
|
inline |
Performs comparison of two iterators.
|
inline |
Key.
|
inline |
Query if the end of collection is reached by iterator.
|
inline |
Make a step along the collection.
|
inline |
Value access.