WordCursorOne Class Reference
#include <WordCursorOne.h>
List of all members.
Detailed Description
Definition at line 71 of file WordCursorOne.h.
|
Public Member Functions |
| virtual void | Clear () |
| virtual void | ClearInternal () |
| virtual void | ClearResult () |
| virtual int | ContextRestore (const String &buffer) |
| virtual int | ContextSave (String &buffer) const |
| String | Get () const |
| virtual int | Get (String &bufferout) const |
| int | GetAction () const |
| const WordReference & | GetFound () |
| List * | GetResults () |
| const WordKey & | GetSearch () const |
| WordKey & | GetSearch () |
| int | GetStatus () const |
| List * | GetTraces () |
| virtual int | IsA () const |
| virtual int | IsAtEnd () const |
| virtual int | IsNoMatch () const |
| virtual int | Optimize () |
| virtual int | Seek (const WordKey &patch) |
| void | SetTraces (List *traceRes_arg) |
| int | SkipUselessSequentialWalking () |
| virtual int | Walk () |
| virtual int | WalkFinish () |
| virtual int | WalkInit () |
| virtual int | WalkNext () |
| virtual int | WalkNextExclude (const WordKey &key) |
| virtual int | WalkNextStep () |
| virtual int | WalkRewind () |
| | WordCursorOne (WordList *words, const WordKey &searchKey, wordlist_walk_callback_t callback, Object *callback_data) |
| | WordCursorOne (WordList *words, const WordKey &searchKey, int action=HTDIG_WORDLIST_WALKER) |
| | WordCursorOne (WordList *words, wordlist_walk_callback_t callback, Object *callback_data) |
| | WordCursorOne (WordList *words) |
| virtual | ~WordCursorOne () |
Protected Member Functions |
| int | Initialize (WordList *nwords, const WordKey &nsearchKey, wordlist_walk_callback_t ncallback, Object *ncallback_data, int naction) |
Protected Attributes |
| int | action |
| wordlist_walk_callback_t | callback |
| Object * | callback_data |
| List * | collectRes |
| WordDBCursor * | cursor |
| int | cursor_get_flags |
| String | data |
| WordReference | found |
| String | key |
| WordKey | prefixKey |
| WordKey | searchKey |
| int | searchKeyIsSameAsPrefix |
| int | status |
| List * | traceRes |
| WordList * | words |
The documentation for this class was generated from the following files: