|
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 |
|
|
| CoEventIter (const gptr_t &pos, Team &team=dash::Team::Null()) |
|
Team & | team () |
|
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_t & | operator+= (int i) noexcept |
|
self_t & | operator-= (int i) noexcept |
|
self_t & | operator++ () noexcept |
|
self_t | operator++ (int) noexcept |
|
self_t & | operator-- () noexcept |
|
self_t | operator-- (int) noexcept |
|
self_t | operator+ (int i) const noexcept |
|
self_t | operator- (int i) const noexcept |
|
Definition at line 13 of file CoEventIter.h.
The documentation for this class was generated from the following file: