#include <maptermlist.h>
Inheritance diagram for MapTermList:


Public Member Functions | |
| MapTermList (const Xapian::Document::Internal::document_terms::const_iterator &it_, const Xapian::Document::Internal::document_terms::const_iterator &it_end_) | |
| Xapian::termcount | get_approx_size () const |
| string | get_termname () const |
| Xapian::termcount | get_wdf () const |
| Xapian::doccount | get_termfreq () const |
| Xapian::PositionIterator | positionlist_begin () const |
| Xapian::termcount | positionlist_count () const |
| TermList * | next () |
| bool | at_end () const |
Private Attributes | |
| Xapian::Document::Internal::document_terms::const_iterator | it |
| Xapian::Document::Internal::document_terms::const_iterator | it_end |
| bool | started |
Definition at line 34 of file maptermlist.h.
| MapTermList::MapTermList | ( | const Xapian::Document::Internal::document_terms::const_iterator & | it_, | |
| const Xapian::Document::Internal::document_terms::const_iterator & | it_end_ | |||
| ) | [inline] |
Definition at line 41 of file maptermlist.h.
| Xapian::termcount MapTermList::get_approx_size | ( | ) | const [inline] |
| string MapTermList::get_termname | ( | ) | const [inline] |
| Xapian::termcount MapTermList::get_wdf | ( | ) | const [inline] |
| Xapian::doccount MapTermList::get_termfreq | ( | ) | const [inline] |
Definition at line 68 of file maptermlist.h.
| Xapian::PositionIterator MapTermList::positionlist_begin | ( | ) | const [inline] |
| Xapian::termcount MapTermList::positionlist_count | ( | ) | const [inline] |
| TermList* MapTermList::next | ( | ) | [inline] |
| bool MapTermList::at_end | ( | ) | const [inline] |
Definition at line 91 of file maptermlist.h.
References Assert, it, it_end, and started.
Referenced by get_termname(), get_wdf(), and next().
Xapian::Document::Internal::document_terms::const_iterator MapTermList::it [private] |
Definition at line 36 of file maptermlist.h.
Referenced by at_end(), get_termname(), get_wdf(), next(), positionlist_begin(), and positionlist_count().
Xapian::Document::Internal::document_terms::const_iterator MapTermList::it_end [private] |
bool MapTermList::started [private] |
Definition at line 38 of file maptermlist.h.
Referenced by at_end(), get_termname(), get_wdf(), and next().