#include <BasicDocInfoList.hpp>
Inheritance diagram for BasicDocInfoList:
Public Methods | |
BasicDocInfoList (int *tmpDocArray, int size) | |
virtual | ~BasicDocInfoList () |
virtual void | startIteration () |
prepare iteration | |
virtual bool | hasMore () |
test if there's any entry | |
virtual DocInfo * | nextEntry () |
This function is implemented inline, because it gets called frequently. |
|
|
|
|
|
test if there's any entry
Implements DocInfoList. |
|
This function is implemented inline, because it gets called frequently.
Implements DocInfoList. |
|
prepare iteration
Implements DocInfoList. |