Definition at line 42 of file wvondiskhash.h.
Public Member Functions | |
WvOnDiskHash (WvStringParm dbfile=WvString::null, bool persist=true) | |
~WvOnDiskHash () | |
void | add (const K &key, const D &data, bool replace=false) |
void | remove (const K &key) |
D & | find (const K &key) |
D & | operator[] (const K &key) |
bool | exists (const K &key) |
size_t | count () |
bool | isempty () |
D & | first () |
Static Public Member Functions | |
template<typename T> | |
static T | undatumize (datum &data) |
Protected Attributes | |
D * | saveddata |
Classes | |
class | datumize |
class | Iter |