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