WordDBCache Class Reference

#include <WordDBCache.h>

List of all members.


Detailed Description

Definition at line 65 of file WordDBCache.h.


Public Member Functions

int Absolute ()
int Add (char *key, int key_size, char *data, int data_size)
int Allocate (int size)
int Empty ()
int Entries (WordDBCacheEntry *&nentries, int &nentries_length)
int Flush ()
int GetMax () const
int Pool (char *&npool, int &npool_length)
int Relative ()
int ResizeEntries ()
int ResizePool (int wanted)
int SetCompare (int(*ncompare)(WordContext *, const WordDBCacheEntry *, const WordDBCacheEntry *))
int SetMax (int max)
int Sort ()
 WordDBCache (WordContext *ncontext)
 ~WordDBCache ()

Private Attributes

int(* compare )(WordContext *, const WordDBCacheEntry *, const WordDBCacheEntry *)
WordContextcontext
WordDBCacheEntryentries
int entries_length
int entries_size
char * pool
int pool_length
int pool_max
int pool_size

The documentation for this class was generated from the following file:

Generated on Sun Jun 8 10:57:06 2008 for GNUmifluz by  doxygen 1.5.5