#include <NCollection_BaseMap.hxx>
Inheritance diagram for NCollection_BaseMap::Iterator:
Public Member Functions | |
void | Initialize (const NCollection_BaseMap &theMap) |
Initialize. | |
void | Reset (void) |
Reset. | |
Protected Member Functions | |
Iterator (void) | |
Empty constructor. | |
Iterator (const NCollection_BaseMap &theMap) | |
Constructor. | |
Standard_Boolean | PMore (void) const |
PMore. | |
void | PNext (void) |
PNext. | |
Protected Attributes | |
Standard_Integer | myNbBuckets |
Total buckets in the map. | |
NCollection_ListNode ** | myBuckets |
Location in memory. | |
Standard_Integer | myBucket |
Current bucket. | |
NCollection_ListNode * | myNode |
Current node. |
|
Reimplemented in NCollection_DataMap< TheKeyType, TheItemType >::Iterator, NCollection_DoubleMap< TheKey1Type, TheKey2Type >::Iterator, and NCollection_Map< TheKeyType >::Iterator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|