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

InvFPTermPropList Class Reference

#include <InvFPTermPropList.hpp>

Inheritance diagram for InvFPTermPropList:

InvFPTermList TermInfoList List of all members.

Public Methods

TermInfonextTerm ()
bool hasMoreTerm ()
void skipTo (int pos)
int nextEntryPos ()
int nextTermPos ()

Member Function Documentation

bool InvFPTermPropList::hasMoreTerm  
 

returns true if there is another term can use to know that nextTerm will not return NULL check is slower than hasMore(), depending on number of properties

int InvFPTermPropList::nextEntryPos  
 

Peek ahead and tell me what the position of the next entry is Does not change position of iterator returns -1 on error or end of list

TermInfo * InvFPTermPropList::nextTerm  
 

Skip all tags and give me the next term Basicaly skips to first item with different position Returns NULL if no more terms.

int InvFPTermPropList::nextTermPos  
 

Peak ahead and tell me what the position of the next term is (skips all entries with same position and gives the next different position) Does not change position of iterator returns -1 on error or end of list

void InvFPTermPropList::skipTo int    pos
 

Advance the pointer to the next entry with the given position goes to next available term past pos if no actually pos is found (can happen because of stopwords) goes to end if pos is beyond end of list


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