#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. References tbl. |
|
|
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, WvLink::next, WvHashTableBase::numslots, tbl, tblindex, and WvHashTableBase::wvslots. |
|
|
Definition at line 135 of file wvhashtable.h. References WvListBase::head, tbl, tblindex, and WvHashTableBase::wvslots. |
|
|
Definition at line 140 of file wvhashtable.h. References WvLink::data. |
|
|
Definition at line 128 of file wvhashtable.h. |
|
|
Definition at line 126 of file wvhashtable.h. Referenced by IterBase(), next(), and rewind(). |
|
|
Definition at line 127 of file wvhashtable.h. Referenced by IterBase(), next(), and rewind(). |
1.3.6-20040222