Open CASCADE Technology
7.7.0
|
Memory allocation. More...
#include <NCollection_BaseMap.hxx>
Public Member Functions | |
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... | |
Protected Member Functions | |
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 | |
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... | |
Memory allocation.
|
inlineprotected |
Empty constructor.
|
inlineprotected |
Constructor.
|
inline |
Initialize.
|
inline |
Performs comparison of two iterators.
|
inlineprotected |
PMore.
|
inlineprotected |
PNext.
|
inline |
Reset.
|
protected |
Current bucket.
|
protected |
Location in memory.
|
protected |
Total buckets in the map.
|
protected |
Current node.