|
Open CASCADE Technology 7.8.0
|
#include <NCollection_IndexedMap.hxx>
Public Member Functions | |
| Iterator (void) | |
| Empty constructor. | |
| Iterator (const NCollection_IndexedMap &theMap) | |
| Constructor. | |
| Standard_Boolean | More (void) const |
| Query if the end of collection is reached by iterator. | |
| void | Next (void) |
| Make a step along the collection. | |
| const TheKeyType & | Value (void) const |
| Value access. | |
| Standard_Boolean | IsEqual (const Iterator &theOther) const |
| Performs comparison of two iterators. | |
|
inline |
Empty constructor.
|
inline |
Constructor.
|
inline |
Performs comparison of two iterators.
|
inline |
Query if the end of collection is reached by iterator.
|
inline |
Make a step along the collection.
|
inline |
Value access.