#include <PriorListIterator.hpp>
Public Member Functions | |
PriorListIterator (indri::file::SequentialReadBuffer *file) | |
~PriorListIterator () | |
void | startIteration () |
void | nextEntry () |
void | nextEntry (lemur::api::DOCID_T document) |
Entry * | currentEntry () |
bool | finished () |
Private Attributes | |
indri::file::SequentialReadBuffer * | _file |
Entry | _entry |
indri::utility::greedy_vector< double > | _lookup |
bool | _finished |
UINT32 | _entryCount |
UINT32 | _entryLength |
UINT32 | _tableLength |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|