![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Implementation of the Iterator interface. More...
#include <NCollection_IndexedDataMap.hxx>
Public Member Functions | |
| Iterator () | |
| Empty constructor. | |
| Iterator (const NCollection_IndexedDataMap &theMap) | |
| Constructor. | |
| bool | More () const noexcept |
| Query if the end of collection is reached by iterator. | |
| void | Next () noexcept |
| Make a step along the collection. | |
| const TheItemType & | Value () const |
| Value access. | |
| TheItemType & | ChangeValue () const |
| ChangeValue access. | |
| const TheKeyType & | Key () const |
| Key. | |
| bool | IsEqual (const Iterator &theOther) const noexcept |
| Performs comparison of two iterators. | |
| int | Index () const noexcept |
| Returns current index (1-based). | |
Implementation of the Iterator interface.
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inline |
ChangeValue access.
|
inlinenoexcept |
Returns current index (1-based).
|
inlinenoexcept |
Performs comparison of two iterators.
|
inline |
Key.
|
inlinenoexcept |
Query if the end of collection is reached by iterator.
|
inlinenoexcept |
Make a step along the collection.
|
inline |
Value access.