Class representing a list of search results. More...
Public Member Functions | |
| ESet (const ESet &o) | |
| Copying is allowed. | |
| ESet & | operator= (const ESet &o) |
| Copying is allowed. | |
| ESet () | |
| Default constructor. | |
| ~ESet () | |
| Destructor. | |
| std::string | get_description () const |
| Return a string describing this object. | |
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.