#include <wvbdbhash.h>
Inherited by WvBdbHash< K, D >::Iter.
Collaboration diagram for WvBdbHashBase::IterBase:
Public Member Functions | |
IterBase (WvBdbHashBase &_bdbhash) | |
~IterBase () | |
void | rewind () |
void | rewind (const datum &firstkey, datum &key, datum &data) |
void | next (datum &key, datum &data) |
void | xunlink (const datum &key) |
void | update (const datum &key, const datum &data) |
Protected Attributes | |
WvBdbHashBase & | bdbhash |
datum | rewindto |
|
|
|
|
|
|
|
|
|
Reimplemented in WvBdbHash< K, D >::Iter. |
|
|
|
|
|
Definition at line 89 of file wvbdbhash.h. |
|
Definition at line 90 of file wvbdbhash.h. |