#include <BasicTermInfoList.hpp>
Inheritance diagram for BasicTermInfoList:
Public Methods | |
BasicTermInfoList (int *tmpWordArray, int size) | |
virtual | ~BasicTermInfoList () |
virtual void | startIteration () |
prepare iteration | |
virtual bool | hasMore () |
has more entries | |
virtual TermInfo * | nextEntry () |
This function is implemented inline, because it gets called frequently. |
|
|
|
|
|
has more entries
Implements TermInfoList. |
|
This function is implemented inline, because it gets called frequently.
Implements TermInfoList. |
|
prepare iteration
Implements TermInfoList. |