DASH  0.3.0
dash::coarray::CoEventIter Class Reference

Public Types

using difference_type = typename gptr_t::gptrdiff_t
 
using value_type = CoEventRef
 
using pointer = CoEventRef *
 
using reference = CoEventRef &
 
using iterator_category = std::random_access_iterator_tag
 

Public Member Functions

 CoEventIter (const gptr_t &pos, Team &team=dash::Team::Null())
 
Teamteam ()
 
value_type operator[] (int pos) const
 
value_type operator* () const
 
bool operator< (const self_t &other) const noexcept
 
bool operator> (const self_t &other) const noexcept
 
bool operator<= (const self_t &other) const noexcept
 
bool operator>= (const self_t &other) const noexcept
 
bool operator== (const self_t &other) const noexcept
 
bool operator!= (const self_t &other) const noexcept
 
self_toperator+= (int i) noexcept
 
self_toperator-= (int i) noexcept
 
self_toperator++ () noexcept
 
self_t operator++ (int) noexcept
 
self_toperator-- () noexcept
 
self_t operator-- (int) noexcept
 
self_t operator+ (int i) const noexcept
 
self_t operator- (int i) const noexcept
 

Detailed Description

Definition at line 13 of file CoEventIter.h.


The documentation for this class was generated from the following file: