#include <wvgdbmhash.h>
Inherited by WvGdbmHash< K, D >::Iter.
Collaboration diagram for WvGdbmHashBase::IterBase:
Public Member Functions | |
IterBase (WvGdbmHashBase &_gdbmhash) | |
~IterBase () | |
void | rewind () |
void | next () |
Protected Attributes | |
WvGdbmHashBase & | gdbmhash |
datum | curkey |
datum | nextkey |
datum | curdata |
|
Definition at line 62 of file wvgdbmhash.cc. |
|
Definition at line 69 of file wvgdbmhash.cc. |
|
Reimplemented in WvGdbmHash< K, D >::Iter. Definition at line 86 of file wvgdbmhash.cc. References curdata, curkey, WvGdbmHashBase::dbf, gdbmhash, and nextkey. |
|
Definition at line 77 of file wvgdbmhash.cc. References curkey, WvGdbmHashBase::dbf, gdbmhash, and nextkey. |
|
Definition at line 46 of file wvgdbmhash.h. Referenced by IterBase(), next(), and ~IterBase(). |
|
Definition at line 45 of file wvgdbmhash.h. Referenced by IterBase(), next(), rewind(), and ~IterBase(). |
|
Definition at line 44 of file wvgdbmhash.h. |
|
Definition at line 45 of file wvgdbmhash.h. Referenced by IterBase(), next(), rewind(), and ~IterBase(). |