|
Open CASCADE Technology
6.7.1
|
#include <NCollection_IndexedMap.hxx>

Public Member Functions | |
| Iterator (void) | |
| Empty constructor. More... | |
| Iterator (const NCollection_IndexedMap &theMap) | |
| Constructor. More... | |
| virtual Standard_Boolean | More (void) const |
| Query if the end of collection is reached by iterator. More... | |
| virtual void | Next (void) |
| Make a step along the collection. More... | |
| virtual const TheKeyType & | Value (void) const |
| Value access. More... | |
| virtual TheKeyType & | ChangeValue (void) const |
| Value change access denied - use Substitute. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NCollection_BaseCollection< TheItemType >::Iterator | |
| Iterator (void) | |
| Empty constructor. More... | |
| virtual | ~Iterator (void) |
| Virtual destructor is necessary for classes with virtual methods. More... | |
| const Iterator & | operator= (const Iterator &) |
| operator= is prohibited More... | |
| Iterator (const Iterator &) | |
| Copy constructor **. More... | |
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inlinevirtual |
Value change access denied - use Substitute.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Query if the end of collection is reached by iterator.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Make a step along the collection.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
|
inlinevirtual |
Value access.
Implements NCollection_BaseCollection< TheItemType >::Iterator.
1.8.5