#include <WordSearch.h>
Definition at line 41 of file WordSearch.h.
Public Member Functions | |
| int | ContextRestore () |
| int | ContextSave (int status) |
| WordResults * | GetResults () |
| WordMatches * | Search () |
| int | SearchFromCache () |
| int | SearchFromIndex (unsigned int length) |
| int | SearchLoop (WordTree *expr, unsigned int length) |
| int | SetResults (WordResults *nresults) |
| int | Verbose (int verbosity) |
| WordSearch (WordList *words) | |
| ~WordSearch () | |
Public Attributes | |
| WordTree * | expr |
| unsigned int | limit_base |
| unsigned int | limit_count |
| WordMatches * | matches |
| unsigned int | matches_total |
| WordResults * | results |
| int | verbose |
| WordList * | words |
1.5.5