#include <WordDead.h>
Definition at line 42 of file WordDead.h.
Public Member Functions | |
int | Close () |
WordDeadCursor * | Cursor () const |
int | Exists (const WordKey &key) const |
int | Initialize (WordList *words) |
int | Mask (const WordKey &nmask) |
int | Next (WordDeadCursor *cursor, WordKey &key) |
int | Normalize (WordKey &key) const |
int | Open () |
int | Put (const WordKey &key) const |
int | Remove () |
WordDead () | |
List * | Words () const |
~WordDead () | |
Private Attributes | |
WordDB * | db |
WordKey * | mask |
WordList * | words |