Template Class GenotypeConstWrapper¶
Defined in File GenotypeConstWrapper.hpp
Class Documentation¶
-
template<typename
Spec, typenameParentIterator= dish2::LiveCellIterator<Spec>>
classdish2::GenotypeConstWrapper: public ParentIterator¶ -
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>
GenotypeConstWrapperoperator+(const RHS rhs)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
GenotypeConstWrapperoperator-(const RHS rhs)¶
-