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)
CodingGenotypeConstWrapper operator+(const size_t rhs)
CodingGenotypeConstWrapper operator-(const size_t rhs)