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. More...
 
ESetoperator= (const ESet &o)
 Copying is allowed. More...
 
 ESet ()
 Default constructor. More...
 
 ~ESet ()
 Destructor.
 
Xapian::doccount size () const
 
bool empty () const
 
Xapian::termcount get_ebound () const
 
void swap (ESet &o)
 
ESetIterator begin () const
 
ESetIterator end () const
 
ESetIterator operator[] (Xapian::doccount i) const
 
ESetIterator back () const
 
std::string get_description () const
 Return a string describing this object.
 
Xapian::doccount max_size () const
 

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 Wed Oct 12 2016 by Doxygen 1.8.11.