Public Member Functions | List of all members
Xapian::ESet Class Reference

Class representing a list of search results. More...

Public Member Functions

 ESet (const ESet &o)
 Copying is allowed.
ESetoperator= (const ESet &o)
 Copying is allowed.
 ESet ()
 Default constructor.
 ~ESet ()
 Destructor.
std::string get_description () const
 Return a string describing this object.

Detailed Description

Class representing a list of search results.

Constructor & Destructor Documentation

Xapian::ESet::ESet ( const ESet o)

Copying is allowed.

The internals are reference counted, so copying is cheap.

Xapian::ESet::ESet ( )

Default constructor.

Creates an empty ESet, mostly useful as a placeholder.

Member Function Documentation

ESet& Xapian::ESet::operator= ( const ESet o)

Copying is allowed.

The internals are reference counted, so assignment is cheap.


The documentation for this class was generated from the following file:

Documentation for Xapian (version 1.4.0).
Generated on Sat Jun 25 2016 by Doxygen 1.8.1.2.