|
xapian-core
1.4.29
|
Class representing a list of search results. More...
#include <iterator>#include <string>#include <xapian/attributes.h>#include <xapian/document.h>#include <xapian/intrusive_ptr.h>#include <xapian/stem.h>#include <xapian/types.h>#include <xapian/visibility.h>
Include dependency graph for mset.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Xapian::MSet |
| Class representing a list of search results. More... | |
| class | Xapian::MSetIterator |
| Iterator over a Xapian::MSet. More... | |
Namespaces | |
| Xapian | |
| The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
| bool | Xapian::operator== (const MSetIterator &a, const MSetIterator &b) |
| Equality test for MSetIterator objects. More... | |
| bool | Xapian::operator!= (const MSetIterator &a, const MSetIterator &b) |
| Inequality test for MSetIterator objects. More... | |
| bool | Xapian::operator< (const MSetIterator &a, const MSetIterator &b) |
| Inequality test for MSetIterator objects. More... | |
| bool | Xapian::operator> (const MSetIterator &a, const MSetIterator &b) |
| Inequality test for MSetIterator objects. More... | |
| bool | Xapian::operator>= (const MSetIterator &a, const MSetIterator &b) |
| Inequality test for MSetIterator objects. More... | |
| bool | Xapian::operator<= (const MSetIterator &a, const MSetIterator &b) |
| Inequality test for MSetIterator objects. More... | |
| MSetIterator | Xapian::operator+ (MSetIterator::difference_type n, const MSetIterator &it) |
| Return MSetIterator it incremented by n positions. More... | |
Class representing a list of search results.
Definition in file mset.h.