CLucene - a full-featured, c++ search engine
API Documentation


lucene::queryParser::TokenList Class Reference

#include <TokenList.h>

Inheritance diagram for lucene::queryParser::TokenList:
lucene::debug::LuceneBase

List of all members.

Public Member Functions

 TokenList ()
 ~TokenList ()
void add (QueryToken *token)
void push (QueryToken *token)
QueryTokenpeek ()
QueryTokenextract ()
int32_t count () const

Constructor & Destructor Documentation

lucene::queryParser::TokenList::TokenList (  ) 
lucene::queryParser::TokenList::~TokenList (  ) 

Member Function Documentation

void lucene::queryParser::TokenList::add ( QueryToken token  ) 
int32_t lucene::queryParser::TokenList::count (  )  const
QueryToken* lucene::queryParser::TokenList::extract (  ) 
QueryToken* lucene::queryParser::TokenList::peek (  ) 
void lucene::queryParser::TokenList::push ( QueryToken token  ) 

The documentation for this class was generated from the following file:

clucene.sourceforge.net