Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvgdbmlist.h File Reference

#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__)


Define Documentation

#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.


Generated on Sat Feb 21 21:05:43 2004 for WvStreams by doxygen 1.3.5