#include <omenquireinternal.h>
Inheritance diagram for Xapian::RSet::Internal:


Public Member Functions | |
| const set< Xapian::docid > & | get_items () const |
| string | get_description () const |
| Return a string describing this object. | |
Private Attributes | |
| set< Xapian::docid > | items |
| Items in the relevance set. | |
Friends | |
| class | Xapian::RSet |
Definition at line 328 of file omenquireinternal.h.
| const set<Xapian::docid>& Xapian::RSet::Internal::get_items | ( | ) | const [inline] |
| string Xapian::RSet::Internal::get_description | ( | ) | const |
Return a string describing this object.
Definition at line 113 of file omenquire.cc.
References items, and om_tostring().
friend class Xapian::RSet [friend] |
Definition at line 329 of file omenquireinternal.h.
set<Xapian::docid> Xapian::RSet::Internal::items [private] |
Items in the relevance set.
Definition at line 333 of file omenquireinternal.h.
Referenced by get_description(), and get_items().