Class SuggestionResultSet

Class Documentation

class SuggestionResultSet

The SuggestionResultSet represent a range of results corresponding to a SuggestionSearch.

It mainly allows to get a iterator either based on an MSetIterator or a RangeIterator.

Public Types

typedef SuggestionIterator iterator
typedef Archive::EntryRange<EntryOrder::titleOrder> EntryRange

Public Functions

iterator begin() const

The begin iterator on the result range.

iterator end() const

The end iterator on the result range.

int size() const

The size of the SearchResult (end()-begin())