#include <WordList.h>
#include <WordKeySemantic.h>
#include <WordPermute.h>
#include <WordCursorOne.h>
#include <WordResults.h>
Go to the source code of this file.
Classes | |
| class | WordTree |
| class | WordTreeAnd |
| class | WordTreeArg |
| class | WordTreeLiteral |
| class | WordTreeMandatory |
| class | WordTreeNear |
| class | WordTreeNot |
| class | WordTreeOperand |
| class | WordTreeOptional |
| class | WordTreeOr |
Defines | |
| #define | WORD_SEARCH_DEFAULT_PROXIMITY (-1) |
| #define | WORD_SEARCH_NOPROXIMITY 1 |
| #define | WORD_TREE_AND 2 |
| #define | WORD_TREE_LITERAL 5 |
| #define | WORD_TREE_MANDATORY 6 |
| #define | WORD_TREE_NEAR 3 |
| #define | WORD_TREE_NOT 7 |
| #define | WORD_TREE_OP_SIZE 20 |
| #define | WORD_TREE_OPTIONAL 4 |
| #define | WORD_TREE_OR 1 |
| #define | WORD_WALK_END_CACHE 0x8000 |
| #define | WORD_WALK_NEXT 0x4000 |
| #define | WORD_WALK_REDO 0x1000 |
| #define | WORD_WALK_RESTART 0x2000 |
1.5.5