#include <NCollection_IndexedMap.hxx>
Inheritance diagram for NCollection_IndexedMap< TheKeyType >::Iterator:

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. | |
| Iterator (const NCollection_IndexedMap &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 TheKeyType & | Value (void) const |
| Value access. | |
| virtual TheKeyType & | ChangeValue (void) const |
| Value change access denied - use Substitute. | |
| void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
| Operator new for allocating iterators. | |
Private Attributes | |
| NCollection_IndexedMap * | myMap |
| Standard_Integer | myIndex |
|
||||||||||
|
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. |
|
|||||
|
|
|
|||||
|
|
1.4.1