#include <wvgdbmhash.h>
Inherits WvGdbmHashBase::IterBase.
Collaboration diagram for WvGdbmHash< K, D >::Iter:
Public Member Functions | |
| Iter (WvGdbmHash &_gdbmhash) | |
| ~Iter () | |
| bool | next () |
| bool | cur () |
| K & | key () const |
| D * | ptr () const |
| WvIterStuff (D) | |
| void | rewind () |
Protected Attributes | |
| WvGdbmHashBase & | gdbmhash |
| datum | curkey |
| datum | nextkey |
| datum | curdata |
|
||||||||||
|
Definition at line 130 of file wvgdbmhash.h. |
|
|||||||||
|
Definition at line 132 of file wvgdbmhash.h. |
|
|||||||||
|
Definition at line 159 of file wvgdbmhash.h. |
|
|||||||||
|
Definition at line 162 of file wvgdbmhash.h. |
|
|||||||||
|
Reimplemented from WvGdbmHashBase::IterBase. Definition at line 138 of file wvgdbmhash.h. |
|
|||||||||
|
Definition at line 165 of file wvgdbmhash.h. |
|
|
Definition at line 77 of file wvgdbmhash.cc. References WvGdbmHashBase::IterBase::curkey, WvGdbmHashBase::dbf, WvGdbmHashBase::IterBase::gdbmhash, and WvGdbmHashBase::IterBase::nextkey. |
|
||||||||||
|
|
|
|
Definition at line 46 of file wvgdbmhash.h. |
|
|
Definition at line 45 of file wvgdbmhash.h. Referenced by WvGdbmHashBase::IterBase::IterBase(), WvGdbmHashBase::IterBase::next(), WvGdbmHashBase::IterBase::rewind(), and WvGdbmHashBase::IterBase::~IterBase(). |
|
|
Definition at line 44 of file wvgdbmhash.h. Referenced by WvGdbmHashBase::IterBase::next(), and WvGdbmHashBase::IterBase::rewind(). |
|
|
Definition at line 45 of file wvgdbmhash.h. Referenced by WvGdbmHashBase::IterBase::IterBase(), WvGdbmHashBase::IterBase::next(), WvGdbmHashBase::IterBase::rewind(), and WvGdbmHashBase::IterBase::~IterBase(). |
1.3.6-20040222