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

DocInfoList Class Reference

Abstract Interface of Doc Information List. More...

#include <DocInfoList.hpp>

Inheritance diagram for DocInfoList:

BasicDocInfoList InvDocList InvFPDocList List of all members.

Public Methods

virtual ~DocInfoList ()
virtual void startIteration ()=0
 prepare iteration

virtual bool hasMore ()=0
 test if there's any entry

virtual DocInfonextEntry ()=0
 fetch the next entry, return a pointer to a local static memory, so do not delete it


Detailed Description

Abstract Interface of Doc Information List.

This is an abstract class that represents the doc entries in term index, i.e., the doc ID and the frequency of a term in the document.


Constructor & Destructor Documentation

virtual DocInfoList::~DocInfoList   [inline, virtual]
 


Member Function Documentation

virtual bool DocInfoList::hasMore   [pure virtual]
 

test if there's any entry

Implemented in BasicDocInfoList, and InvDocList.

virtual DocInfo* DocInfoList::nextEntry   [pure virtual]
 

fetch the next entry, return a pointer to a local static memory, so do not delete it

Implemented in BasicDocInfoList, InvDocList, and InvFPDocList.

virtual void DocInfoList::startIteration   [pure virtual]
 

prepare iteration

Implemented in BasicDocInfoList, and InvDocList.


The documentation for this class was generated from the following file:
Generated on Mon Sep 30 14:13:58 2002 for LEMUR by doxygen1.2.18