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