#include <__HASHMAP.h>
Definition at line 81 of file __HASHMAP.h.
◆ Iterator()
◆ operator!=()
bool HASHMAP_T::Iterator::operator!= |
( |
const Iterator & | _it | ) |
const |
|
inline |
◆ operator*()
◆ operator++() [1/2]
Definition at line 46 of file __HASHMAP.cpp.
47{
50
51 const HashNode* pOldNode =
__pNode;
54 {
55 size_t index =
__pMap->bucketIndex(pOldNode->key);
58 }
59 return *this;
60}
#define __DCL_ASSERT(expr)
◆ operator++() [2/2]
Definition at line 63 of file __HASHMAP.cpp.
64{
66 ++(*this);
67 return itTemp;
68}
Iterator(HashNode *_pNode, HASHMAP_T *_pMap)
◆ operator=()
Definition at line 166 of file __HASHMAP.h.
168{
171 return *this;
172}
◆ operator==()
bool HASHMAP_T::Iterator::operator== |
( |
const Iterator & | _it | ) |
const |
|
inline |
◆ ConstIterator
◆ __pMap
◆ __pNode
The documentation for this class was generated from the following files: