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

StringQuery Class Reference

A string query takes a char * and splits it by spaces. More...

#include <StringQuery.hpp>

Inheritance diagram for StringQuery:

Query List of all members.

Public Methods

 StringQuery (char *qid, char *qry)
virtual ~StringQuery ()
virtual char * id ()
virtual void startTermIteration ()
virtual bool hasMore ()
virtual TokenTermnextTerm ()

Protected Attributes

char * tid
char * query
char * current

Detailed Description

A string query takes a char * and splits it by spaces.


Constructor & Destructor Documentation

StringQuery::StringQuery char *    qid,
char *    qry
[inline]
 

virtual StringQuery::~StringQuery   [inline, virtual]
 


Member Function Documentation

virtual bool StringQuery::hasMore   [inline, virtual]
 

virtual char* StringQuery::id   [inline, virtual]
 

Implements Query.

virtual TokenTerm* StringQuery::nextTerm   [inline, virtual]
 

virtual void StringQuery::startTermIteration   [inline, virtual]
 


Member Data Documentation

char* StringQuery::current [protected]
 

char* StringQuery::query [protected]
 

char* StringQuery::tid [protected]
 


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