Template Class CodingGenotypeConstWrapper

Inheritance Relationships

Base Type

  • public ParentIterator

Class Documentation

template<typename Spec, typename ParentIterator>
class dish2::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>
CodingGenotypeConstWrapper operator+(const RHS rhs)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
CodingGenotypeConstWrapper operator-(const RHS rhs)