#include <WordDict.h>
Definition at line 101 of file WordDict.h.
Public Member Functions | |
int | Close () |
WordDictCursor * | Cursor () const |
WordDictCursor * | CursorPrefix (const String &prefix) const |
int | Decr (const String &word, unsigned int decr) |
int | Exists (const String &word) const |
int | Incr (const String &word, unsigned int incr) |
int | Initialize (WordList *words) |
int | Next (WordDictCursor *cursor, String &word, WordDictRecord &record) |
int | NextPrefix (WordDictCursor *cursor, String &word, WordDictRecord &record) |
int | Noccurrence (const String &word, unsigned int &noccurrence) const |
int | Normalize (String &word) const |
int | Open () |
int | Put (const String &word, unsigned int noccurrence) |
int | Ref (const String &word) |
int | Remove () |
int | Serial (const String &word, unsigned int &serial) |
int | SerialExists (const String &word, unsigned int &serial) |
int | SerialRef (const String &word, unsigned int &serial) |
int | Unref (const String &word) |
WordDict () | |
List * | Words () const |
int | Write (FILE *f) |
~WordDict () | |
Private Attributes | |
WordDB * | db |
WordList * | words |