Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | 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< T >
 A class similar to WvList, but storing its values on disk in a WvGdbmHash. More...
struct  WvGdbmList< T >::Link
class  WvGdbmList< T >::Iter

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 Wed Dec 15 15:08:13 2004 for WvStreams by  doxygen 1.3.9.1