#include <wvhashtable.h>
Inherits WvHashTableBase::IterBase.
Collaboration diagram for WvHashTable< T, K, Accessor, Comparator >::Iter:
Public Member Functions | |
Iter (WvHashTable &_tbl) | |
Iter (const Iter &other) | |
T * | ptr () const |
WvIterStuff (T) | |
void | rewind () |
WvLink * | next () |
WvLink * | cur () const |
void * | vptr () const |
Public Attributes | |
WvHashTableBase * | tbl |
unsigned | tblindex |
WvLink * | link |
|
Definition at line 224 of file wvhashtable.h. |
|
Definition at line 226 of file wvhashtable.h. |
|
Definition at line 138 of file wvhashtable.h. |
|
Definition at line 98 of file wvhashtable.cc. References WvListBase::head, WvHashTableBase::IterBase::link, WvLink::next, WvHashTableBase::numslots, WvHashTableBase::IterBase::tbl, WvHashTableBase::IterBase::tblindex, and WvHashTableBase::wvslots. |
|
Definition at line 228 of file wvhashtable.h. References WvLink::data. |
|
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 WvHashTableBase::IterBase::next(). |
|
Definition at line 126 of file wvhashtable.h. Referenced by WvHashTableBase::IterBase::next(). |
|
Definition at line 127 of file wvhashtable.h. Referenced by WvHashTableBase::IterBase::next(). |