![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Forward iterator for NCollection_FlatDataMap. More...
#include <NCollection_FlatDataMap.hxx>
Public Member Functions | |
| Iterator () noexcept | |
| Empty constructor. | |
| Iterator (const NCollection_FlatDataMap &theMap) noexcept | |
| Constructor from map. | |
| bool | More () const noexcept |
| Check if there are more elements. | |
| void | Next () noexcept |
| Move to next element. | |
| const TheKeyType & | Key () const |
| Get current key. | |
| const TheItemType & | Value () const |
| Get current value (const) | |
| TheItemType & | ChangeValue () const |
| Get current value (mutable) | |
| bool | IsEqual (const Iterator &theOther) const noexcept |
| Performs comparison of two iterators. | |
Forward iterator for NCollection_FlatDataMap.
|
inlinenoexcept |
Empty constructor.
|
inlinenoexcept |
Constructor from map.
|
inline |
Get current value (mutable)
|
inlinenoexcept |
Performs comparison of two iterators.
|
inline |
Get current key.
|
inlinenoexcept |
Check if there are more elements.
|
inlinenoexcept |
Move to next element.
|
inline |
Get current value (const)