![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <NCollection_DoubleMap.hxx>

Public Member Functions | |
| Iterator ()=default | |
| Empty constructor. | |
| Iterator (const NCollection_DoubleMap &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 TheKey1Type & | Key1 () const |
| Key1 inquiry. | |
| const TheKey2Type & | Key2 () const |
| Key2 inquiry. | |
| const TheKey2Type & | Value () const |
| Value access. | |
Public Member Functions inherited from NCollection_BaseMap::Iterator | |
| void | Initialize (const NCollection_BaseMap &theMap) noexcept |
| Initialize. | |
| void | Reset () noexcept |
| Reset. | |
| bool | IsEqual (const Iterator &theOther) const noexcept |
| Performs comparison of two iterators. | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseMap::Iterator | |
| Iterator () noexcept | |
| Empty constructor. | |
| Iterator (const NCollection_BaseMap &theMap) noexcept | |
| Constructor. | |
| bool | PMore () const noexcept |
| PMore. | |
| void | PNext () noexcept |
| PNext. | |
Protected Attributes inherited from NCollection_BaseMap::Iterator | |
| size_t | myNbBuckets |
| Total buckets in the map. | |
| NCollection_ListNode ** | myBuckets |
| Location in memory. | |
| size_t | myBucket |
| Current bucket. | |
| NCollection_ListNode * | myNode |
| Current node. | |
|
default |
Empty constructor.
|
inline |
Constructor.
|
inline |
Key1 inquiry.
|
inline |
Key2 inquiry.
|
inlinenoexcept |
Query if the end of collection is reached by iterator.
|
inlinenoexcept |
Make a step along the collection.
|
inline |
Value access.