Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

InvDocInfo Class Reference

Example Class for push method of building an index. More...

#include <InvDocInfo.hpp>

Inheritance diagram for InvDocInfo:

DocInfo InvFPDocInfo List of all members.

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

Detailed Description

Example Class for push method of building an index.

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


Constructor & Destructor Documentation

InvDocInfo::InvDocInfo ( ) [inline]
 

InvDocInfo::~InvDocInfo ( ) [inline]
 


Member Function Documentation

DOCID_T InvDocInfo::docID ( ) [inline, virtual]
 

doc id.

Reimplemented from DocInfo.

int InvDocInfo::termCount ( ) [inline, virtual]
 

term count in the doc.

Reimplemented from DocInfo.


Friends And Related Function Documentation

class InvDocList [friend]
 


Member Data Documentation

int InvDocInfo::count [protected]
 

DOCID_T InvDocInfo::id [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Jul 26 18:27:01 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000