![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Implementation of the Iterator interface. Iterates in insertion order by walking the doubly-linked list. More...
#include <NCollection_OrderedMap.hxx>
Public Member Functions | |
| Iterator () noexcept | |
| Empty constructor. | |
| Iterator (const NCollection_OrderedMap &theMap) noexcept | |
| Constructor. | |
| bool | More () const noexcept |
| Query if the end of collection is reached by iterator. | |
| void | Next () noexcept |
| Make a step along the collection (in insertion order) | |
| const TheKeyType & | Value () const |
| Value inquiry. | |
| const TheKeyType & | Key () const |
| Key. | |
| bool | IsEqual (const Iterator &theOther) const noexcept |
| Performs comparison of two iterators. | |
| void | Initialize (const NCollection_OrderedMap &theMap) noexcept |
| Initialize. | |
| void | Reset () noexcept |
| Reset. | |
Implementation of the Iterator interface. Iterates in insertion order by walking the doubly-linked list.
|
inlinenoexcept |
Empty constructor.
|
inlinenoexcept |
Constructor.
|
inlinenoexcept |
Initialize.
|
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 (in insertion order)
|
inlinenoexcept |
Reset.
|
inline |
Value inquiry.