#include <BasicDocInfoList.hpp>
Inheritance diagram for BasicDocInfoList:
Public Methods | |
BasicDocInfoList (int *tmpDocArray, int size) | |
virtual | ~BasicDocInfoList () |
virtual void | startIteration () const |
prepare iteration | |
virtual bool | hasMore () const |
test if there's any entry | |
virtual DocInfo * | nextEntry () const |
fetch the next entry, return a pointer to a local static memory, so do not delete it | |
Protected Methods | |
virtual DocInfo * | getElement (DocInfo *elem, POS_T position) const |
set element from position, returns pointer to the element | |
virtual POS_T | beginPosition () const |
position at beginning of list | |
virtual POS_T | endPosition () const |
position at end of list | |
virtual POS_T | nextPosition (POS_T position) const |
advance position |
|
|
|
|
|
position at beginning of list
Implements DocInfoList. |
|
position at end of list
Implements DocInfoList. |
|
set element from position, returns pointer to the element
Implements DocInfoList. |
|
test if there's any entry
Implements DocInfoList. |
|
fetch the next entry, return a pointer to a local static memory, so do not delete it
Implements DocInfoList. |
|
advance position
Implements DocInfoList. |
|
prepare iteration
Implements DocInfoList. |