#include <InvDocInfo.hpp>
Inheritance diagram for InvDocInfo:
Public Methods | |
InvDocInfo () | |
~InvDocInfo () | |
DOCID_T | docID () |
doc id | |
int | termCount () |
term count in the doc | |
Protected Attributes | |
DOCID_T | id |
int | count |
Friends | |
class | InvDocList |
This class contains document information for a particular term All methods are in reference to a particular term. For information about a document in whole, see the class DocumentProps.hpp
|
|
|
|
|
doc id
Implements DocInfo. |
|
term count in the doc
Implements DocInfo. |
|
|
|
|
|
|