|
libept
0.5.25
|
#include <xapian.h>
Public Types | |
| typedef List | Type |
Public Member Functions | |
| List | head () const |
| Token | token () const |
| bool | operator< (const List &o) const |
| void | seek () const |
| bool | empty () const |
| List | tail () const |
| Xapian::Enquire const & | enq () const |
| List (Xapian::Enquire _enq) | |
| List () | |
Public Attributes | |
| char | m_enqPlace [sizeof(Xapian::Enquire)] |
| Xapian::MSet | m_matches |
| Xapian::MSet::const_iterator | m_iter |
| int | m_pos |
Static Public Attributes | |
| static const size_t | chunkSize = 20 |
| typedef List ept::core::xapian::List::Type |
| ept::core::xapian::List::List | ( | Xapian::Enquire | _enq | ) | [inline] |
| ept::core::xapian::List::List | ( | ) | [inline] |
| bool ept::core::xapian::List::empty | ( | ) | const [inline] |
| Xapian::Enquire const& ept::core::xapian::List::enq | ( | ) | const [inline] |
References m_enqPlace.
| List ept::core::xapian::List::head | ( | ) | const [inline] |
References seek().
| void ept::core::xapian::List::seek | ( | ) | const [inline] |
| List ept::core::xapian::List::tail | ( | ) | const [inline] |
| Token ept::core::xapian::List::token | ( | ) | const [inline] |
References ept::Token::_id, and m_iter.
Referenced by operator<().
const size_t ept::core::xapian::List::chunkSize = 20 [static] |
| char ept::core::xapian::List::m_enqPlace[sizeof(Xapian::Enquire)] |
Xapian::MSet::const_iterator ept::core::xapian::List::m_iter [mutable] |
Xapian::MSet ept::core::xapian::List::m_matches [mutable] |
int ept::core::xapian::List::m_pos [mutable] |
1.7.6.1