Xapian::Internal::ESetItem Class Reference

An item in the ESet. More...

#include <omenquireinternal.h>

List of all members.

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.


Detailed Description

An item in the ESet.

This item contains the termname, and the weight calculated for the document.

Definition at line 53 of file omenquireinternal.h.


Constructor & Destructor Documentation

Xapian::Internal::ESetItem::ESetItem ( Xapian::weight  wt_,
string  tname_ 
) [inline]

Definition at line 55 of file omenquireinternal.h.


Member Function Documentation

void Xapian::Internal::ESetItem::swap ( ESetItem o  )  [inline]

Definition at line 57 of file omenquireinternal.h.

References tname, and wt.

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.


Member Data Documentation

Xapian::weight Xapian::Internal::ESetItem::wt

Weight calculated.

Definition at line 63 of file omenquireinternal.h.

Referenced by get_description(), OmESetCmp::operator()(), and swap().

string Xapian::Internal::ESetItem::tname

Term suggested.

Definition at line 65 of file omenquireinternal.h.

Referenced by OmESetCmp::operator()(), and swap().


The documentation for this class was generated from the following files:
Documentation for Xapian (version 1.0.10).
Generated on 24 Dec 2008 by Doxygen 1.5.2.