#include <NCollection_IndexedDataMap.hxx>
Inheritance diagram for NCollection_IndexedDataMap< TheKeyType, TheItemType >::Iterator:
Public Member Functions | |
Iterator (void) | |
Empty constructor. | |
Iterator (const NCollection_IndexedDataMap &theMap) | |
Constructor. | |
virtual Standard_Boolean | More (void) const |
Query if the end of collection is reached by iterator. | |
virtual void | Next (void) |
Make a step along the collection. | |
virtual const TheItemType & | Value (void) const |
Value access. | |
virtual TheItemType & | ChangeValue (void) const |
ChangeValue access. | |
void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
Operator new for allocating iterators. | |
Private Attributes | |
NCollection_IndexedDataMap * | myMap |
Pointer to the map being iterated. | |
Standard_Integer | myIndex |
Current index. |
|
Reimplemented from NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
Implements NCollection_BaseCollection< TheItemType >::Iterator. |
|
|
|
|