#include <BasicTermInfoList.hpp>
Inheritance diagram for BasicTermInfo:
Public Methods | |
BasicTermInfo () | |
BasicTermInfo (int termID, int termCount) | |
virtual int | count () |
term count in the doc | |
virtual int | id () |
term id | |
int | position () |
pretend we have position | |
Private Attributes | |
int | tid |
int | tcount |
Friends | |
class | BasicTermInfoList |
|
|
|
|
|
term count in the doc
Implements TermInfo. |
|
term id
Implements TermInfo. |
|
pretend we have position
|
|
|
|
|
|
|