Template Class GenotypeConstWrapper

Inheritance Relationships

Base Type

Class Documentation

template<typename Spec>
class dish2::GenotypeConstWrapper : public dish2::LiveCellIterator<Spec>

Public Types

using value_type = dish2::Genome<Spec>
using pointer = value_type*
using reference = value_type&

Public Functions

GenotypeConstWrapper() = default
GenotypeConstWrapper(const parent_t &in)
value_type operator*()
GenotypeConstWrapper &operator++()
GenotypeConstWrapper operator++(int)
GenotypeConstWrapper &operator--()
GenotypeConstWrapper operator--(int)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
GenotypeConstWrapper operator+(const RHS rhs)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
GenotypeConstWrapper operator-(const RHS rhs)