Template Class CodingGenotypeConstWrapper¶
Defined in File CodingGenotypeConstWrapper.hpp
Class Documentation¶
-
template<typename
Spec, typenameParentIterator>
classdish2::CodingGenotypeConstWrapper: public ParentIterator¶ Public Types
-
using
value_type= const std::tuple<const typename dish2::Genome<Spec>::event_tags_t&, const typename dish2::Genome<Spec>::program_t&>¶
-
using
pointer= value_type*¶
-
using
reference= value_type&¶
Public Functions
-
CodingGenotypeConstWrapper() = default¶
-
CodingGenotypeConstWrapper(const parent_t &in)¶
-
value_type
operator*()¶
-
CodingGenotypeConstWrapper &
operator++()¶
-
CodingGenotypeConstWrapper
operator++(int)¶
-
CodingGenotypeConstWrapper &
operator--()¶
-
CodingGenotypeConstWrapper
operator--(int)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
CodingGenotypeConstWrapperoperator+(const RHS rhs)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
CodingGenotypeConstWrapperoperator-(const RHS rhs)¶
-
using