For internal use only.
A wrapper class for a termpos which returns the termpos if dereferenced with *.
More...
#include <positioniterator.h>
Public Member Functions | |
TermPosWrapper (termpos pos_) | |
termpos | operator * () const |
Private Attributes | |
termpos | pos |
For internal use only.
A wrapper class for a termpos which returns the termpos if dereferenced with *.
We need this to implement input_iterator semantics.
Definition at line 43 of file positioniterator.h.
Xapian::TermPosWrapper::TermPosWrapper | ( | termpos | pos_ | ) | [inline, explicit] |
Definition at line 47 of file positioniterator.h.
termpos Xapian::TermPosWrapper::operator * | ( | ) | const [inline] |
termpos Xapian::TermPosWrapper::pos [private] |