#include <BasicDocStream.hpp>
Inheritance diagram for BasicTokenDoc:
Public Methods | |
BasicTokenDoc (ifstream *stream) | |
void | startTermIteration () |
start term iteration. | |
char* | getID ()const |
returns the external string ID. | |
bool | hasMore () |
returns true iff there's at least one term for iteration. | |
TokenTerm* | nextTerm () |
returns a pointer to next term (static memory, do not delete the returned instance). caller should check hasMore() before calling it. | |
Friends | |
class | BasicDocStream |
|
|
|
returns the external string ID.
Reimplemented from Document. |
|
returns true iff there's at least one term for iteration.
Reimplemented from Document. |
|
returns a pointer to next term (static memory, do not delete the returned instance). caller should check hasMore() before calling it.
Reimplemented from Document. |
|
start term iteration.
Reimplemented from Document. |
|
|