xapian-core
1.4.26
|
Class representing a list of query expansion terms. More...
#include <iterator>
#include <string>
#include <xapian/attributes.h>
#include <xapian/intrusive_ptr.h>
#include <xapian/stem.h>
#include <xapian/types.h>
#include <xapian/visibility.h>
Go to the source code of this file.
Classes | |
class | Xapian::ESet |
Class representing a list of search results. More... | |
class | Xapian::ESetIterator |
Iterator over a Xapian::ESet. More... | |
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
bool | Xapian::operator== (const ESetIterator &a, const ESetIterator &b) |
Equality test for ESetIterator objects. More... | |
bool | Xapian::operator!= (const ESetIterator &a, const ESetIterator &b) |
Inequality test for ESetIterator objects. More... | |
bool | Xapian::operator< (const ESetIterator &a, const ESetIterator &b) |
Inequality test for ESetIterator objects. More... | |
bool | Xapian::operator> (const ESetIterator &a, const ESetIterator &b) |
Inequality test for ESetIterator objects. More... | |
bool | Xapian::operator>= (const ESetIterator &a, const ESetIterator &b) |
Inequality test for ESetIterator objects. More... | |
bool | Xapian::operator<= (const ESetIterator &a, const ESetIterator &b) |
Inequality test for ESetIterator objects. More... | |
ESetIterator | Xapian::operator+ (ESetIterator::difference_type n, const ESetIterator &it) |
Return ESetIterator it incremented by n positions. More... | |
Class representing a list of query expansion terms.
Definition in file eset.h.