#include <MemoryIndexVocabularyIterator.hpp>
Inheritance diagram for indri::index::MemoryIndexVocabularyIterator:

Public Member Functions | |
| MemoryIndexVocabularyIterator (VTermEntry &termData) | |
| void | startIteration () |
| DiskTermData * | currentEntry () |
| bool | nextEntry () |
| bool | nextEntry (const char *skipTo) |
| bool | finished () |
Private Types | |
| typedef std::vector< MemoryIndex::term_entry * > | VTermEntry |
Private Attributes | |
| VTermEntry & | _termData |
| VTermEntry::iterator | _iterator |
| DiskTermData | _diskTermData |
| bool | _justStartedIteration |
|
|
|
|
|
|
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4