Class template Dune::XT::Common::ConstFixedMapIterator

Friends boost::iterators::iterator_core_access.

template<class FixedMapType>
class Dune::XT::Common::ConstFixedMapIterator<FixedMapType>

custom const iterator for FixedMap

Method Dune::XT::Common::ConstFixedMapIterator::increment

template<class FixedMapType>
void Dune::XT::Common::ConstFixedMapIterator<FixedMapType>::increment()

No documentation provided.

Method Dune::XT::Common::ConstFixedMapIterator::equal

template<class FixedMapType>
bool Dune::XT::Common::ConstFixedMapIterator<FixedMapType>::equal(const ThisType &other) const

No documentation provided.

Method Dune::XT::Common::ConstFixedMapIterator::dereference

template<class FixedMapType>
const typename FixedMapType::value_type &Dune::XT::Common::ConstFixedMapIterator<FixedMapType>::dereference() const

No documentation provided.

Constructor Dune::XT::Common::ConstFixedMapIterator::ConstFixedMapIterator<FixedMapType>

template<>
template<class FixedMapType>
Dune::XT::Common::ConstFixedMapIterator<FixedMapType>::ConstFixedMapIterator<FixedMapType>()

No documentation provided.

Constructor Dune::XT::Common::ConstFixedMapIterator::ConstFixedMapIterator<FixedMapType>

template<>
template<class FixedMapType>
explicit Dune::XT::Common::ConstFixedMapIterator<FixedMapType>::ConstFixedMapIterator<FixedMapType>(const FixedMapType *const map, std::size_t i)

No documentation provided.

Field Dune::XT::Common::ConstFixedMapIterator::index_

std::size_t Dune::XT::Common::ConstFixedMapIterator::index_

No documentation provided.

Field Dune::XT::Common::ConstFixedMapIterator::map_

const FixedMapType *const Dune::XT::Common::ConstFixedMapIterator::map_

No documentation provided.

Type alias Dune::XT::Common::ConstFixedMapIterator::ThisType

type Dune::XT::Common::ConstFixedMapIterator::ThisType

No documentation provided.