|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
Public Member Functions | |
| 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 |