|
xapian-core
1.4.30
|
#include <omenquireinternal.h>
Inheritance diagram for Xapian::RSet::Internal:
Collaboration 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. More... | |
Public Member Functions inherited from Xapian::Internal::intrusive_base | |
| intrusive_base () | |
| Construct with no references. More... | |
Private Attributes | |
| set< Xapian::docid > | items |
| Items in the relevance set. More... | |
Friends | |
| class | Xapian::RSet |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
Definition at line 321 of file omenquireinternal.h.
| string Xapian::RSet::Internal::get_description | ( | ) | const |
Return a string describing this object.
Definition at line 129 of file omenquire.cc.
References items, and Xapian::Internal::str().
|
inline |
Definition at line 329 of file omenquireinternal.h.
References items.
|
friend |
Definition at line 322 of file omenquireinternal.h.
|
private |
Items in the relevance set.
Definition at line 326 of file omenquireinternal.h.
Referenced by get_description(), and get_items().