Class representing a list of search results. More...
Public Member Functions | |
| ESet (const ESet &o) | |
| Copying is allowed. More... | |
| ESet & | operator= (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 |
Class representing a list of search results.
| 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.
Copying is allowed.
The internals are reference counted, so assignment is cheap.