Jpp
master_rocky
the software that should make you happy
|
ND array iterator. More...
#include <JArrayIterator.hh>
Public Member Functions | |
JArrayIterator (const JAbstractCollection< T > &collection) | |
Constructor. More... | |
operator bool () const | |
Check validity of iterator. More... | |
JArray< N, double > | operator* () const |
Get current value. More... | |
JArrayIterator & | operator++ () |
Prefix increment. More... | |
JArrayIterator | operator++ (int) |
Postfix increment. More... | |
Private Attributes | |
int | i |
ND array iterator.
Definition at line 21 of file JArrayIterator.hh.
|
inline |
|
inline |
Check validity of iterator.
Definition at line 41 of file JArrayIterator.hh.
|
inline |
|
inline |
Prefix increment.
Definition at line 63 of file JArrayIterator.hh.
|
inline |
|
private |
Definition at line 91 of file JArrayIterator.hh.