#include <NCollection_IndexedMap.hxx>
Public Member Functions |
| Iterator (void) |
| Empty constructor.
|
| Iterator (const NCollection_IndexedMap &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 access.
|
virtual TheKeyType & | ChangeValue (void) const |
| Value change access denied - use Substitute.
|
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
class NCollection_IndexedMap< TheKeyType, Hasher >::Iterator
Constructor & Destructor Documentation
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
Member Function Documentation
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual TheKeyType& NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::ChangeValue |
( |
void |
| ) |
const [inline, virtual] |
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual const TheKeyType& NCollection_IndexedMap< TheKeyType, Hasher >::Iterator::Value |
( |
void |
| ) |
const [inline, virtual] |
The documentation for this class was generated from the following file: