#include <shark/LinAlg/BLAS/cpu/iterator.hpp>
Public Types | |
typedef value_type const & | reference |
typedef value_type const * | pointer |
Public Member Functions | |
constant_iterator () | |
constant_iterator (value_type value, size_type position) | |
constant_iterator & | operator++ () |
constant_iterator & | operator-- () |
constant_iterator & | operator+= (difference_type n) |
constant_iterator & | operator-= (difference_type n) |
difference_type | operator- (constant_iterator const &it) const |
reference | operator* () const |
reference | operator[] (difference_type n) const |
size_type | index () const |
template<class Iter > | |
constant_iterator & | operator= (constant_iterator const &it) |
bool | operator== (constant_iterator const &it) const |
bool | operator< (constant_iterator const &it) const |
Definition at line 601 of file iterator.hpp.
typedef value_type const* remora::iterators::constant_iterator< T >::pointer |
Definition at line 612 of file iterator.hpp.
typedef value_type const& remora::iterators::constant_iterator< T >::reference |
Definition at line 611 of file iterator.hpp.
|
inline |
Definition at line 615 of file iterator.hpp.
|
inline |
Definition at line 616 of file iterator.hpp.
|
inline |
Definition at line 649 of file iterator.hpp.
|
inline |
Definition at line 641 of file iterator.hpp.
|
inline |
Definition at line 620 of file iterator.hpp.
|
inline |
Definition at line 628 of file iterator.hpp.
|
inline |
Definition at line 636 of file iterator.hpp.
|
inline |
Definition at line 624 of file iterator.hpp.
|
inline |
Definition at line 632 of file iterator.hpp.
|
inline |
Definition at line 665 of file iterator.hpp.
|
inline |
Definition at line 655 of file iterator.hpp.
|
inline |
Definition at line 662 of file iterator.hpp.
|
inline |
Definition at line 644 of file iterator.hpp.