Main Page   Namespace List   Class Hierarchy   Alphabetical List   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 InvTermList InvFPTermPropList 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

virtual TermInfoList::~TermInfoList   [inline, virtual]
 


Member Function Documentation

virtual bool TermInfoList::hasMore   [pure virtual]
 

has more entries

Implemented in BasicTermInfoList, InvFPTermList, and InvTermList.

virtual TermInfo* TermInfoList::nextEntry   [pure virtual]
 

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

Implemented in BasicTermInfoList, InvFPTermList, and InvTermList.

virtual void TermInfoList::startIteration   [pure virtual]
 

prepare iteration

Implemented in BasicTermInfoList, InvFPTermList, and InvTermList.


The documentation for this class was generated from the following file:
Generated on Tue Nov 25 11:27:21 2003 for Lemur Toolkit by doxygen1.2.18