#include <NCollection_DataMap.hxx>
Inheritance diagram for NCollection_DataMap< TheKeyType, TheItemType >::Iterator:

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. | |
| Iterator (const NCollection_DataMap &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 inquiry. | |
| virtual TheItemType & | ChangeValue (void) const |
| Value change access. | |
| const TheKeyType & | Key (void) const |
| Key. | |
| void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
| Operator new for allocating iterators. | |
|
||||||||||
|
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