#include <omenquireinternal.h>
Public Member Functions | |
ESetItem (Xapian::weight wt_, string tname_) | |
void | swap (ESetItem &o) |
string | get_description () const |
Return a string describing this object. | |
Public Attributes | |
Xapian::weight | wt |
Weight calculated. | |
string | tname |
Term suggested. |
This item contains the termname, and the weight calculated for the document.
Definition at line 53 of file omenquireinternal.h.
Xapian::Internal::ESetItem::ESetItem | ( | Xapian::weight | wt_, | |
string | tname_ | |||
) | [inline] |
Definition at line 55 of file omenquireinternal.h.
void Xapian::Internal::ESetItem::swap | ( | ESetItem & | o | ) | [inline] |
string Xapian::Internal::ESetItem::get_description | ( | ) | const |
Return a string describing this object.
Definition at line 441 of file omenquire.cc.
References om_tostring(), and wt.
Weight calculated.
Definition at line 63 of file omenquireinternal.h.
Referenced by get_description(), OmESetCmp::operator()(), and swap().
Term suggested.
Definition at line 65 of file omenquireinternal.h.
Referenced by OmESetCmp::operator()(), and swap().