Template Class GenotypeConstWrapper¶
Defined in File GenotypeConstWrapper.hpp
Inheritance Relationships¶
Base Type¶
public dish2::LiveCellIterator< Spec >(Template Class LiveCellIterator)
Class Documentation¶
-
template<typename
Spec>
classdish2::GenotypeConstWrapper: public dish2::LiveCellIterator<Spec>¶ -
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)¶
-