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

Iterator over a Xapian::ESet. More...

Public Member Functions

 ESetIterator ()
 Create an unpositioned ESetIterator. More...
 
std::string operator* () const
 Get the term at the current position. More...
 
ESetIteratoroperator++ ()
 Advance the iterator to the next position.
 
ESetIterator operator++ (int)
 Advance the iterator to the next position (postfix version).
 
ESetIteratoroperator-- ()
 Move the iterator to the previous position.
 
ESetIterator operator-- (int)
 Move the iterator to the previous position (postfix version).
 
ESetIteratoroperator+= (difference_type n)
 Move the iterator forwards by n positions.
 
ESetIteratoroperator-= (difference_type n)
 Move the iterator back by n positions.
 
ESetIterator operator+ (difference_type n) const
 
ESetIterator operator- (difference_type n) const
 
difference_type operator- (const ESetIterator &o) const
 
double get_weight () const
 Get the weight for the current position. More...
 
std::string get_description () const
 Return a string describing this object.
 

Detailed Description

Iterator over a Xapian::ESet.

Constructor & Destructor Documentation

Xapian::ESetIterator::ESetIterator ( )
inline

Create an unpositioned ESetIterator.

Member Function Documentation

double Xapian::ESetIterator::get_weight ( ) const

Get the weight for the current position.

std::string Xapian::ESetIterator::operator* ( ) const

Get the term at the current position.


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.