#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... | |
| struct | WvGdbmList::Link |
| class | WvGdbmList::Iter |
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. |
1.3.6-20040222