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 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

DocInfoList::~DocInfoList ( ) [inline, virtual]
 


Member Function Documentation

bool DocInfoList::hasMore ( ) [pure virtual]
 

test if there's any entry.

Reimplemented in BasicDocInfoList, and InvFPDocList.

DocInfo * DocInfoList::nextEntry ( ) [pure virtual]
 

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

Reimplemented in BasicDocInfoList, and InvFPDocList.

void DocInfoList::startIteration ( ) [pure virtual]
 

prepare iteration.

Reimplemented in BasicDocInfoList, and InvFPDocList.


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