Template Class PeripheralWrapper

Inheritance Relationships

Base Type

  • public emp::vector::iterator< Cardinal< Spec > >

Class Documentation

template<typename Spec>
class dish2::PeripheralWrapper : public emp::vector::iterator<Cardinal<Spec>>

Public Types

using value_type = typename Cardinal<Spec>::peripheral_t
using pointer = value_type*
using reference = value_type&

Public Functions

PeripheralWrapper() = default
PeripheralWrapper(const parent_t &in)
value_type &operator*()
value_type *operator->()
PeripheralWrapper &operator++()
PeripheralWrapper operator++(int)
PeripheralWrapper &operator--()
PeripheralWrapper operator--(int)
PeripheralWrapper operator+(const size_t rhs)
PeripheralWrapper operator-(const size_t rhs)