Class SearchResultSet

Class Documentation

class SearchResultSet

The SearchResult represent a range of results corresponding to a Search.

It mainly allows to get a iterator.

Public Types

typedef SearchIterator iterator

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())