#include <DiskDocumentDataIterator.hpp>
Inheritance diagram for indri::index::DiskDocumentDataIterator:
Public Member Functions | |
DiskDocumentDataIterator (indri::file::File &documentDataFile) | |
~DiskDocumentDataIterator () | |
void | startIteration () |
bool | nextEntry () |
const DocumentData * | currentEntry () |
bool | finished () |
Private Attributes | |
indri::file::SequentialReadBuffer * | _readBuffer |
UINT64 | _fileSize |
DocumentData | _documentData |
indri::file::File & | _documentDataFile |
bool | _finished |
|
|
|
|
|
Implements indri::index::DocumentDataIterator. |
|
Implements indri::index::DocumentDataIterator. |
|
Implements indri::index::DocumentDataIterator. |
|
Implements indri::index::DocumentDataIterator. |
|
|
|
|
|
|
|
|
|
|