Template Class Archive::EntryRange

Nested Relationships

This class is a nested type of Class Archive.

Class Documentation

template<EntryOrder order>
class EntryRange

A range of entries in an Archive.

EntryRange represents a range of entries in a specific order.

An EntryRange can’t be modified is consequently threadsafe.

Public Functions

inline explicit EntryRange(const std::shared_ptr<FileImpl> file, entry_index_type begin, entry_index_type end)
inline iterator<order> begin() const
inline iterator<order> end() const
inline int size() const
inline EntryRange<order> offset(int start, int maxResults) const