template<class T>
Corrade::Utility::ConfigurationGroup::BasicGroups class new in Git master

Base for iterator access to configuration groups.

Used through the GroupIterator / MutableGroupIterator typedefs and returned from ConfigurationGroup::groups(). See Iteration through groups and values for more information.

Public functions

auto begin() const -> BasicGroupIterator<T>
First subgroup.
auto cbegin() const -> BasicGroupIterator<const T>
auto end() const -> BasicGroupIterator<T>
(One item after) last subgroup
auto cend() const -> BasicGroupIterator<const T>

Function documentation

template<class T>
BasicGroupIterator<const T> Corrade::Utility::ConfigurationGroup::BasicGroups<T>::cbegin() const

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

template<class T>
BasicGroupIterator<const T> Corrade::Utility::ConfigurationGroup::BasicGroups<T>::cend() const

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.