#include <wvgdbmhash.h>
Inherited by WvGdbmHash< K, D >, and WvGdbmHash< Index, WvBuf >.
Collaboration diagram for WvGdbmHashBase:
Public Member Functions | |
WvGdbmHashBase (WvStringParm dbfile) | |
~WvGdbmHashBase () | |
int | add (const datum &key, const datum &data, bool replace) |
int | remove (const datum &key) |
datum | find (const datum &key) |
bool | exists (const datum &key) |
void | zap () |
Friends | |
class | IterBase |
|
Definition at line 14 of file wvgdbmhash.cc. References WvFastString::cstr(), and WvStringParm. |
|
Definition at line 23 of file wvgdbmhash.cc. |
|
Definition at line 29 of file wvgdbmhash.cc. Referenced by WvGdbmHash< Index, WvBuf >::add(). |
|
Definition at line 48 of file wvgdbmhash.cc. Referenced by WvGdbmHash< Index, WvBuf >::exists(). |
|
Definition at line 42 of file wvgdbmhash.cc. Referenced by WvGdbmHash< Index, WvBuf >::find(). |
|
Definition at line 36 of file wvgdbmhash.cc. Referenced by WvGdbmHash< Index, WvBuf >::remove(). |
|
Definition at line 54 of file wvgdbmhash.cc. Referenced by WvGdbmAlloc::zap(). |
|
Definition at line 49 of file wvgdbmhash.h. |