#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.
Reimplemented from TermInfoList. |
|
This function is implemented inline, because it gets called frequently.
Reimplemented from TermInfoList. |
|
prepare iteration.
Reimplemented from TermInfoList. |