Definition at line 249 of file wvondiskhash.h.
Public Member Functions | |
WvOnDiskHashIterBase (Parent &_parent) | |
~WvOnDiskHashIterBase () | |
void | rewind () |
void | rewind (const Datum &firstkey, Datum &curkey, Datum &curdata) |
void | xunlink (const Datum &curkey) |
void | update (const Datum &curkey, const Datum &data) |
Protected Attributes | |
Datum | rewindto |
Parent & | parent |