Implementation of the Iterator interface.
#include <NCollection_IndexedDataMap.hxx>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
class NCollection_IndexedDataMap< 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_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator::ChangeValue |
( |
void |
| ) |
const [inline, virtual] |
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
template<class TheKeyType, class TheItemType, class Hasher = NCollection_DefaultHasher<TheKeyType>>
virtual const TheItemType& NCollection_IndexedDataMap< TheKeyType, TheItemType, Hasher >::Iterator::Value |
( |
void |
| ) |
const [inline, virtual] |
The documentation for this class was generated from the following file: