#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 () |
|
Definition at line 14 of file wvgdbmhash.cc. References WvFastString::cstr(), WvGdbmHashBase(), and WvStringParm. Referenced by WvGdbmHashBase(). |
|
Definition at line 23 of file wvgdbmhash.cc. |
|
Definition at line 29 of file wvgdbmhash.cc. References add(). Referenced by add(). |
|
Definition at line 48 of file wvgdbmhash.cc. References exists(). Referenced by exists(). |
|
Definition at line 42 of file wvgdbmhash.cc. References find(). Referenced by find(). |
|
Definition at line 36 of file wvgdbmhash.cc. References remove(). Referenced by remove(). |
|
Definition at line 54 of file wvgdbmhash.cc. Referenced by WvGdbmAlloc::zap(). |