#include <mia/core/gsl_iterator.hh>
Definition at line 31 of file gsl_iterator.hh.
◆ difference_type
◆ pointer
◆ reference
◆ value_type
◆ vector_iterator() [1/3]
| gsl::vector_iterator::vector_iterator |
( |
double * | base, |
|
|
int | stride ) |
|
inline |
Definition at line 39 of file gsl_iterator.hh.
Referenced by operator!=(), operator++(), operator++(), operator+=(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and vector_iterator().
◆ vector_iterator() [2/3]
| gsl::vector_iterator::vector_iterator |
( |
const vector_iterator & | other | ) |
|
|
default |
◆ vector_iterator() [3/3]
| gsl::vector_iterator::vector_iterator |
( |
| ) |
|
|
inline |
◆ operator!=()
| bool gsl::vector_iterator::operator!= |
( |
const vector_iterator & | other | ) |
const |
|
inline |
◆ operator*()
| double & gsl::vector_iterator::operator* |
( |
| ) |
|
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator+=()
◆ operator-()
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator-=()
◆ operator->()
| double * gsl::vector_iterator::operator-> |
( |
| ) |
|
|
inline |
◆ operator<()
| bool gsl::vector_iterator::operator< |
( |
const vector_iterator & | other | ) |
const |
|
inline |
◆ operator<=()
| bool gsl::vector_iterator::operator<= |
( |
const vector_iterator & | other | ) |
const |
|
inline |
◆ operator==()
| bool gsl::vector_iterator::operator== |
( |
const vector_iterator & | other | ) |
const |
|
inline |
◆ operator>()
| bool gsl::vector_iterator::operator> |
( |
const vector_iterator & | other | ) |
const |
|
inline |
◆ operator>=()
| bool gsl::vector_iterator::operator>= |
( |
const vector_iterator & | other | ) |
const |
|
inline |
◆ operator[]()
| double & gsl::vector_iterator::operator[] |
( |
int | idx | ) |
|
|
inline |
◆ const_vector_iterator
| friend class const_vector_iterator |
|
friend |
The documentation for this class was generated from the following file: