Inheritance diagram for NCollection_DoubleMap< TheKey1Type, TheKey2Type >::Iterator:
|
Public Member Functions |
| | Iterator (void) |
| | Empty constructor.
|
| | Iterator (const NCollection_DoubleMap &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.
|
| const TheKey1Type & | Key1 (void) const |
| | Key1 inquiry.
|
| const TheKey2Type & | Key2 (void) const |
| | Key2 inquiry.
|
| virtual const TheKey2Type & | Value (void) const |
| | Value access.
|
| virtual TheKey2Type & | ChangeValue (void) const |
| | Value change access - denied.
|
| void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
| | Operator new for allocating iterators.
|