|
Jpp test-rotations-old
the software that should make you happy
|
1D array iterator. More...
#include <JArrayIterator.hh>
Public Member Functions | |
| JArrayIterator (const JAbstractCollection< T > &collection) | |
| Constructor. | |
| operator bool () const | |
| Check validity of iterator. | |
| JArray< 1, double > | operator* () const |
| Get current value. | |
| JArrayIterator & | operator++ () |
| Prefix increment. | |
| JArrayIterator | operator++ (int) |
| Postfix increment. | |
Public Attributes | |
| const JAbstractCollection< T > & | collection |
Private Attributes | |
| int | i |
1D array iterator.
Definition at line 99 of file JArrayIterator.hh.
|
inline |
Constructor.
| collection | abscissa values |
Definition at line 106 of file JArrayIterator.hh.
|
inline |
Check validity of iterator.
Definition at line 118 of file JArrayIterator.hh.
|
inline |
|
inline |
|
inline |
Postfix increment.
Definition at line 155 of file JArrayIterator.hh.
| const JAbstractCollection<T>& JTOOLS::JArrayIterator< 1, T >::collection |
Definition at line 165 of file JArrayIterator.hh.
|
private |
Definition at line 168 of file JArrayIterator.hh.