Template Class PushNodeOutputWrapper

Inheritance Relationships

Base Type

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

Class Documentation

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

Public Types

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

Public Functions

PushNodeOutputWrapper() = default
PushNodeOutputWrapper(const parent_t &in)
value_type &operator*()
value_type *operator->()
PushNodeOutputWrapper &operator++()
PushNodeOutputWrapper operator++(int)
PushNodeOutputWrapper &operator--()
PushNodeOutputWrapper operator--(int)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
PushNodeOutputWrapper operator+(const RHS rhs)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
PushNodeOutputWrapper operator-(const RHS rhs)