class BoolSearchOperationResult: public BoolSearchOperation

this class hold the result of search

Inheritance:


Public Methods

BoolSearchOperationResult( const WordDb &wdb, const WordOccurencesT &wo )
virtual const WordOccurencesT& get_result()
virtual SearchItem::type get_type() const

Inherited from BoolSearchOperation:

Public Methods

int precedence() const
static int precedence( SearchItem::type type )
BoolSearchOperation* create_by_childs_and_item( BoolSearchOperation *leftchild, BoolSearchOperation *rightchild, const SearchItem &item ) const
static BoolSearchOperation* merge_search_items( BoolSearchOperation *head, BoolSearchOperation *right, const SearchItem &item )

Protected Fields

const WordDb& wordDb
BoolSearchOperation* left
BoolSearchOperation* right
WordOccurencesT WordOccurences

Documentation

this class hold the result of search
BoolSearchOperationResult( const WordDb &wdb, const WordOccurencesT &wo )

virtual const WordOccurencesT& get_result()

virtual SearchItem::type get_type() const


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.