Previous: WordCursorOne DESCRIPTION, Up: WordCursorOne


10.20.4 WordCursorOne METHODS

WordCursorOne(WordList *words)
Private constructor. Creator of the object must then call Initialize() prior to using any other methods.
WordCursorOne(WordList *words, wordlist_walk_callback_t callback, Object * callback_data)
Private constructor. See WordList::Cursor method with same prototype for description.
WordCursorOne(WordList *words, const WordKey &searchKey, int action = HTDIG_WORDLIST_WALKER)
Private constructor. See WordList::Cursor method with same prototype for description.
WordCursorOne(WordList *words, const WordKey &searchKey, wordlist_walk_callback_t callback, Object * callback_data)
Private constructor. See WordList::Cursor method with same prototype for description.