#include <omenquireinternal.h>
Inheritance diagram for Xapian::ESet::Internal:
Public Member Functions | |
Internal () | |
string | get_description () const |
Return a string describing this object. | |
Private Attributes | |
vector< Xapian::Internal::ESetItem > | items |
A list of items comprising the (selected part of the) ESet. | |
Xapian::termcount | ebound |
A lower bound on the number of terms which are in the full set of results of the expand. | |
Friends | |
class | ESet |
class | ESetIterator |
class | ::OmExpand |
Definition at line 307 of file omenquireinternal.h.
Xapian::ESet::Internal::Internal | ( | ) | [inline] |
Definition at line 322 of file omenquireinternal.h.
string Xapian::ESet::Internal::get_description | ( | ) | const |
Return a string describing this object.
Definition at line 529 of file omenquire.cc.
References ebound, items, and om_tostring().
friend class ESet [friend] |
Definition at line 308 of file omenquireinternal.h.
friend class ESetIterator [friend] |
Definition at line 309 of file omenquireinternal.h.
friend class ::OmExpand [friend] |
Definition at line 310 of file omenquireinternal.h.
vector<Xapian::Internal::ESetItem> Xapian::ESet::Internal::items [private] |
A list of items comprising the (selected part of the) ESet.
Definition at line 313 of file omenquireinternal.h.
Referenced by get_description().
A lower bound on the number of terms which are in the full set of results of the expand.
This will be greater than or equal to items.size()
Definition at line 319 of file omenquireinternal.h.
Referenced by get_description().