#include <wvhashtable.h>
Inherited by WvHashTable< T, K, Accessor, Comparator >::Iter.
Collaboration diagram for WvHashTableBase::IterBase:
Public Member Functions | |
IterBase (WvHashTableBase &_tbl) | |
IterBase (const IterBase &other) | |
void | rewind () |
WvLink * | next () |
WvLink * | cur () const |
void * | vptr () const |
Public Attributes | |
WvHashTableBase * | tbl |
unsigned | tblindex |
WvLink * | link |
|
Definition at line 130 of file wvhashtable.h. |
|
Definition at line 132 of file wvhashtable.h. |
|
Definition at line 138 of file wvhashtable.h. |
|
Definition at line 98 of file wvhashtable.cc. References WvListBase::head, link, WvLink::next, WvHashTableBase::numslots, tbl, tblindex, and WvHashTableBase::wvslots. |
|
Definition at line 135 of file wvhashtable.h. References WvListBase::head, and WvHashTableBase::wvslots. |
|
Definition at line 140 of file wvhashtable.h. References WvLink::data. |
|
Definition at line 128 of file wvhashtable.h. Referenced by next(). |
|
Definition at line 126 of file wvhashtable.h. Referenced by next(). |
|
Definition at line 127 of file wvhashtable.h. Referenced by next(). |