Open CASCADE Technology
7.4.0
|
Implementation of the Iterator interface. More...
#include <NCollection_Map.hxx>
Public Member Functions | |
Iterator (void) | |
Empty constructor. More... | |
Iterator (const NCollection_Map &theMap) | |
Constructor. More... | |
Standard_Boolean | More (void) const |
Query if the end of collection is reached by iterator. More... | |
void | Next (void) |
Make a step along the collection. More... | |
const TheKeyType & | Value (void) const |
Value inquiry. More... | |
const TheKeyType & | Key (void) const |
Key. More... | |
Public Member Functions inherited from NCollection_BaseMap::Iterator | |
void | Initialize (const NCollection_BaseMap &theMap) |
Initialize. More... | |
void | Reset (void) |
Reset. More... | |
Standard_Boolean | IsEqual (const Iterator &theOther) const |
Performs comparison of two iterators. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseMap::Iterator | |
Iterator (void) | |
Empty constructor. More... | |
Iterator (const NCollection_BaseMap &theMap) | |
Constructor. More... | |
Standard_Boolean | PMore (void) const |
PMore. More... | |
void | PNext (void) |
PNext. More... | |
Protected Attributes inherited from NCollection_BaseMap::Iterator | |
Standard_Integer | myNbBuckets |
Total buckets in the map. More... | |
NCollection_ListNode ** | myBuckets |
Location in memory. More... | |
Standard_Integer | myBucket |
Current bucket. More... | |
NCollection_ListNode * | myNode |
Current node. More... | |
Implementation of the Iterator interface.
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inline |
Key.
|
inline |
Query if the end of collection is reached by iterator.
|
inline |
Make a step along the collection.
|
inline |
Value inquiry.