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

Public Member Functions | |
| CombinedVocabularyIterator (VocabularyIterator *first, VocabularyIterator *second, int secondBase) | |
| ~CombinedVocabularyIterator () | |
| void | startIteration () |
| bool | nextEntry () |
| bool | nextEntry (const char *skipTo) |
| DiskTermData * | currentEntry () |
| bool | finished () |
Private Attributes | |
| VocabularyIterator * | _first |
| VocabularyIterator * | _second |
| int | _secondBase |
| bool | _finished |
| bool | _usingSecond |
|
||||||||||||||||
|
|
|
|
|
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
Implements indri::index::VocabularyIterator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4