Open CASCADE Technology
6.5.4
|
#include <NCollection_BaseMap.hxx>
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. |
NCollection_BaseMap::Iterator::Iterator | ( | void | ) | [inline, protected] |
NCollection_BaseMap::Iterator::Iterator | ( | const NCollection_BaseMap & | theMap | ) | [inline, protected] |
void NCollection_BaseMap::Iterator::Initialize | ( | const NCollection_BaseMap & | theMap | ) | [inline] |
Standard_Boolean NCollection_BaseMap::Iterator::PMore | ( | void | ) | const [inline, protected] |
void NCollection_BaseMap::Iterator::PNext | ( | void | ) | [inline, protected] |
void NCollection_BaseMap::Iterator::Reset | ( | void | ) | [inline] |
NCollection_ListNode** NCollection_BaseMap::Iterator::myBuckets [protected] |