#include <IndexCount.hpp>
Public Methods | |
IndexCount () | |
IndexCount (int id,int ct) | |
IndexCount (IndexCount &dc) | |
IndexCount& | operator= (const IndexCount &that) |
int | operator== (const IndexCount &that)const |
int | operator!= (const IndexCount &that)const |
int | operator> (const IndexCount &that)const |
void | read (ifstream &ifs) |
void | write (ofstream &ofs)const |
void* | operator new (size_t size) |
void | operator delete (void *) |
Public Attributes | |
int | index |
int | count |
Static Public Methods | |
int | rqSort (int n,IndexCount *ic) |
void | UseMemory (MemList &memList) |
A class for collecting counts of an index. Used for counting and sorting occurrences of terms and documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|