OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <Index.h>
Public Member Functions | |
iterator () | |
iterator (int current, int stride=1) | |
int | operator* () |
iterator | operator-- (int) |
iterator & | operator-- () |
iterator | operator++ (int) |
iterator & | operator++ () |
iterator & | operator+= (int i) |
iterator & | operator-= (int i) |
iterator | operator+ (int i) const |
iterator | operator- (int i) const |
int | operator[] (int i) const |
bool | operator== (const iterator &y) const |
bool | operator< (const iterator &y) const |
bool | operator!= (const iterator &y) const |
bool | operator> (const iterator &y) const |
bool | operator<= (const iterator &y) const |
bool | operator>= (const iterator &y) const |
Private Attributes | |
int | Current |
int | Stride |
|
inline |
Definition at line 244 of file Index.h.
Referenced by operator+(), and operator-().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 280 of file Index.h.
References Current, iterator(), and Stride.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 284 of file Index.h.
References Current, iterator(), and Stride.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 307 of file Index.h.
Referenced by operator*(), operator+(), operator++(), operator+=(), operator-(), operator--(), operator-=(), operator<(), operator==(), and operator[]().
|
private |
Definition at line 308 of file Index.h.
Referenced by operator+(), operator++(), operator+=(), operator-(), operator--(), operator-=(), operator<(), operator==(), and operator[]().