#include "htString.h"
#include "WordKey.h"
#include "WordDB.h"
Go to the source code of this file.
Classes | |
class | WordCursor |
Defines | |
#define | HTDIG_WORDLIST_COLLECTOR 0x0001 |
#define | HTDIG_WORDLIST_WALKER 0x0002 |
#define | WORD_CURSOR 1 |
#define | WORD_CURSORS 2 |
#define | WORD_WALK_ATEND 0x0001 |
#define | WORD_WALK_ATEND_NOMATCH 0x0020 |
#define | WORD_WALK_CALLBACK_FAILED 0x0010 |
#define | WORD_WALK_CURSOR_FAILED 0x0002 |
#define | WORD_WALK_FAILED 0xffffffff |
#define | WORD_WALK_GET_FAILED 0x0004 |
#define | WORD_WALK_NOMATCH_FAILED 0x0008 |
#define | WORD_WALK_RESULT_MASK 0xfffff00f |
Typedefs | |
typedef int(* | wordlist_walk_callback_t )(WordList *, WordDBCursor &, const WordReference *, Object &) |