21 #ifndef XAPIAN_INCLUDED_MULTIVALUELIST_H    22 #define XAPIAN_INCLUDED_MULTIVALUELIST_H   111 #endif // XAPIAN_INCLUDED_MULTIVALUELIST_H 
Xapian::docid current_docid
Current docid (or 0 if we haven't started yet). 
 
bool at_end() const
Return true if the current position is past the last entry in this list. 
 
Xapian::valueno slot
The value slot we're iterating over. 
 
Xapian::valueno get_valueno() const
Return the value slot for the current position/this iterator. 
 
void operator=(const MultiValueList &)
Don't allow assignment. 
 
MultiValueList(const MultiValueList &)
Don't allow copying. 
 
Xapian::docid get_docid() const
Return the docid at the current position. 
 
std::string get_value() const
Return the value at the current position. 
 
Class for merging ValueList objects from subdatabases. 
 
bool check(Xapian::docid did)
Check if the specified docid occurs in this valuestream. 
 
void skip_to(Xapian::docid)
Skip forward to the specified docid. 
 
~MultiValueList()
Destructor. 
 
Abstract base class for value streams. 
 
void next()
Advance the current position to the next document in the value stream. 
 
std::string get_description() const
Return a string description of this object. 
 
unsigned valueno
The number for a value slot in a document. 
 
Abstract base class for value streams. 
 
std::vector< SubValueList * > valuelists
Vector of sub-valuelists which we use as a heap. 
 
unsigned XAPIAN_DOCID_BASE_TYPE docid
A unique identifier for a document.