#include <NCollection_DataMap.hxx>
◆ Iterator() [1/2]
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
◆ Iterator() [2/2]
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
◆ ChangeValue()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
TheItemType & NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator::ChangeValue |
( |
void | | ) |
const |
|
inline |
◆ Key()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
const TheKeyType & NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator::Key |
( |
void | | ) |
const |
|
inline |
◆ More()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
Query if the end of collection is reached by iterator.
◆ Next()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
Make a step along the collection.
◆ Value()
template<class TheKeyType , class TheItemType , class Hasher = NCollection_DefaultHasher<TheKeyType>>
const TheItemType & NCollection_DataMap< TheKeyType, TheItemType, Hasher >::Iterator::Value |
( |
void | | ) |
const |
|
inline |
The documentation for this class was generated from the following file: