ARTS
1.0.222
|
The constant iterator class for sub vectors. More...
#include <matpackI.h>
Public Member Functions | |
ConstIterator1D () | |
Default constructor. More... | |
ConstIterator1D (const ConstIterator1D &o) | |
Copy constructor. More... | |
ConstIterator1D (Numeric *x, Index stride) | |
Explicit constructor. More... | |
ConstIterator1D & | operator++ () |
Prefix increment operator. More... | |
const Numeric & | operator* () const |
Dereferencing. More... | |
bool | operator!= (const ConstIterator1D &other) const |
Not equal operator, needed for algorithms like copy. More... | |
Private Attributes | |
const Numeric * | mx |
Current position. More... | |
Index | mstride |
Stride. More... | |
The constant iterator class for sub vectors.
This takes into account the defined stride.
Definition at line 199 of file matpackI.h.
|
inline |
Default constructor.
Definition at line 777 of file matpackI.h.
|
inline |
Copy constructor.
Definition at line 783 of file matpackI.h.
Explicit constructor.
Definition at line 790 of file matpackI.h.
|
inline |
Not equal operator, needed for algorithms like copy.
Definition at line 804 of file matpackI.h.
|
inline |
Dereferencing.
Definition at line 813 of file matpackI.h.
|
inline |
Prefix increment operator.
Definition at line 797 of file matpackI.h.
|
private |
Stride.
Definition at line 215 of file matpackI.h.
|
private |
Current position.
Definition at line 213 of file matpackI.h.