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

TermInfoList Class Reference

Abstract Interface of Term Information List. More...

#include <TermInfoList.hpp>

Inheritance diagram for TermInfoList:

BasicTermInfoList InvFPTermList List of all members.

Public Methods

virtual ~TermInfoList ()
virtual void startIteration ()=0
 prepare iteration.

virtual bool hasMore ()=0
 has more entries.

virtual TermInfonextEntry ()=0
 Get a pointer to the next entry (pointer to a local static memory), so do not delete it.


Detailed Description

Abstract Interface of Term Information List.

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


Constructor & Destructor Documentation

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


Member Function Documentation

bool TermInfoList::hasMore ( ) [pure virtual]
 

has more entries.

Reimplemented in BasicTermInfoList, and InvFPTermList.

TermInfo * TermInfoList::nextEntry ( ) [pure virtual]
 

Get a pointer to the next entry (pointer to a local static memory), so do not delete it.

Reimplemented in BasicTermInfoList, and InvFPTermList.

void TermInfoList::startIteration ( ) [pure virtual]
 

prepare iteration.

Reimplemented in BasicTermInfoList, and InvFPTermList.


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