For internal use only.
A wrapper class for a docid which returns the docid if dereferenced with *.
More...
#include <postingiterator.h>
Public Member Functions | |
| DocIDWrapper (docid did_) | |
| docid | operator * () const |
Private Attributes | |
| docid | did |
For internal use only.
A wrapper class for a docid which returns the docid if dereferenced with *.
We need this to implement input_iterator semantics.
Definition at line 42 of file postingiterator.h.
| Xapian::DocIDWrapper::DocIDWrapper | ( | docid | did_ | ) | [inline, explicit] |
Definition at line 46 of file postingiterator.h.
| docid Xapian::DocIDWrapper::operator * | ( | ) | const [inline] |
docid Xapian::DocIDWrapper::did [private] |