#include <emptysubmatch.h>
Inheritance diagram for EmptySubMatch:


Public Member Functions | |
| EmptySubMatch () | |
| Constructor. | |
| bool | prepare_match (bool nowait, Stats &total_stats) |
| Fetch and collate statistics. | |
| void | start_match (Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount check_at_least, const Stats &total_stats) |
| Start the match. | |
| PostList * | get_postlist_and_term_info (MultiMatch *matcher, map< string, Xapian::MSet::Internal::TermFreqAndWeight > *termfreqandwts) |
| Get PostList and term info. | |
Private Member Functions | |
| void | operator= (const EmptySubMatch &) |
| Don't allow assignment. | |
| EmptySubMatch (const EmptySubMatch &) | |
| Don't allow copying. | |
Definition at line 26 of file emptysubmatch.h.
| EmptySubMatch::EmptySubMatch | ( | const EmptySubMatch & | ) | [private] |
Don't allow copying.
| EmptySubMatch::EmptySubMatch | ( | ) | [inline] |
| void EmptySubMatch::operator= | ( | const EmptySubMatch & | ) | [private] |
Don't allow assignment.
| bool EmptySubMatch::prepare_match | ( | bool | nowait, | |
| Stats & | total_stats | |||
| ) | [virtual] |
| void EmptySubMatch::start_match | ( | Xapian::doccount | first, | |
| Xapian::doccount | maxitems, | |||
| Xapian::doccount | check_at_least, | |||
| const Stats & | total_stats | |||
| ) | [virtual] |
| PostList * EmptySubMatch::get_postlist_and_term_info | ( | MultiMatch * | matcher, | |
| map< string, Xapian::MSet::Internal::TermFreqAndWeight > * | termfreqandwts | |||
| ) | [virtual] |