#include "wvgdbmhash.h"
Go to the source code of this file.
Classes | |
class | WvGdbmAlloc |
A class based on WvGdbmHash that lets you store WvBufs and auto-assign them Index values as keys. More... | |
class | WvGdbmList |
A class similar to WvList, but storing its values on disk in a WvGdbmHash. More... | |
class | WvGdbmList::Iter |
struct | WvGdbmList::Link |
Defines | |
#define | DeclareWvGdbmList(__type__) |
|
Value: class __type__##List : public WvGdbmList<__type__> \ { \ public: \ __type__##List() : WvGdbmList<__type__>((srand(time(NULL)), \ random())) {} \ } Definition at line 297 of file wvgdbmlist.h. |