|  | 
| bool | Xapian::operator== (const MSetIterator &a, const MSetIterator &b) | 
|  | Equality test for MSetIterator objects. 
 | 
|  | 
| bool | Xapian::operator!= (const MSetIterator &a, const MSetIterator &b) | 
|  | Inequality test for MSetIterator objects. 
 | 
|  | 
| bool | Xapian::operator< (const MSetIterator &a, const MSetIterator &b) | 
|  | Inequality test for MSetIterator objects. 
 | 
|  | 
| bool | Xapian::operator> (const MSetIterator &a, const MSetIterator &b) | 
|  | Inequality test for MSetIterator objects. 
 | 
|  | 
| bool | Xapian::operator>= (const MSetIterator &a, const MSetIterator &b) | 
|  | Inequality test for MSetIterator objects. 
 | 
|  | 
| bool | Xapian::operator<= (const MSetIterator &a, const MSetIterator &b) | 
|  | Inequality test for MSetIterator objects. 
 | 
|  | 
| 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.