|
Open CASCADE Technology 7.8.2.dev
|
#include <NCollection_DoubleMap.hxx>

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