Open CASCADE Technology 7.8.2.dev
|
Memory allocation. More...
#include <NCollection_BaseMap.hxx>
Public Member Functions | |
void | Initialize (const NCollection_BaseMap &theMap) |
Initialize. | |
void | Reset (void) |
Reset. | |
Standard_Boolean | IsEqual (const Iterator &theOther) const |
Performs comparison of two iterators. | |
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. | |
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.