#include <StlIterators.h>
Public Types | |
typedef Index | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
Protected Types | |
typedef indexed_based_stl_iterator_base< typename traits::const_iterator > | const_iterator |
typedef indexed_based_stl_iterator_base< typename traits::non_const_iterator > | non_const_iterator |
typedef internal::conditional< internal::is_const< XprType >::value, non_const_iterator, const_iterator >::type | other_iterator |
typedef indexed_based_stl_iterator_traits< Derived > | traits |
typedef traits::XprType | XprType |
Protected Member Functions | |
Derived & | derived () |
const Derived & | derived () const |
Protected Attributes | |
Index | m_index |
XprType * | mp_xpr |
Friends | |
class | indexed_based_stl_iterator_base< typename traits::const_iterator > |
class | indexed_based_stl_iterator_base< typename traits::non_const_iterator > |
Derived | operator+ (const indexed_based_stl_iterator_base &a, Index b) |
Derived | operator+ (Index a, const indexed_based_stl_iterator_base &b) |
Derived | operator- (const indexed_based_stl_iterator_base &a, Index b) |
Derived | operator- (Index a, const indexed_based_stl_iterator_base &b) |
Definition at line 21 of file StlIterators.h.
|
protected |
Definition at line 27 of file StlIterators.h.
typedef Index Eigen::internal::indexed_based_stl_iterator_base< Derived >::difference_type |
Definition at line 33 of file StlIterators.h.
typedef std::random_access_iterator_tag Eigen::internal::indexed_based_stl_iterator_base< Derived >::iterator_category |
Definition at line 34 of file StlIterators.h.
|
protected |
Definition at line 26 of file StlIterators.h.
|
protected |
Definition at line 28 of file StlIterators.h.
|
protected |
Definition at line 24 of file StlIterators.h.
|
protected |
Definition at line 25 of file StlIterators.h.
|
inline |
Definition at line 36 of file StlIterators.h.
|
inline |
Definition at line 37 of file StlIterators.h.
|
inline |
Definition at line 39 of file StlIterators.h.
|
inlineprotected |
Definition at line 92 of file StlIterators.h.
|
inlineprotected |
Definition at line 93 of file StlIterators.h.
|
inline |
Definition at line 77 of file StlIterators.h.
|
inline |
Definition at line 84 of file StlIterators.h.
|
inline |
Definition at line 50 of file StlIterators.h.
|
inline |
Definition at line 53 of file StlIterators.h.
|
inline |
Definition at line 61 of file StlIterators.h.
|
inline |
Definition at line 64 of file StlIterators.h.
|
inline |
Definition at line 70 of file StlIterators.h.
|
inline |
Definition at line 51 of file StlIterators.h.
|
inline |
Definition at line 54 of file StlIterators.h.
|
inline |
Definition at line 62 of file StlIterators.h.
|
inline |
Definition at line 78 of file StlIterators.h.
|
inline |
Definition at line 85 of file StlIterators.h.
|
inline |
Definition at line 79 of file StlIterators.h.
|
inline |
Definition at line 86 of file StlIterators.h.
|
inline |
Definition at line 43 of file StlIterators.h.
|
inline |
Definition at line 76 of file StlIterators.h.
|
inline |
Definition at line 83 of file StlIterators.h.
|
inline |
Definition at line 80 of file StlIterators.h.
|
inline |
Definition at line 87 of file StlIterators.h.
|
inline |
Definition at line 81 of file StlIterators.h.
|
inline |
Definition at line 88 of file StlIterators.h.
|
friend |
Definition at line 30 of file StlIterators.h.
|
friend |
Definition at line 31 of file StlIterators.h.
|
friend |
Definition at line 56 of file StlIterators.h.
|
friend |
Definition at line 58 of file StlIterators.h.
|
friend |
Definition at line 57 of file StlIterators.h.
|
friend |
Definition at line 59 of file StlIterators.h.
|
protected |
Definition at line 96 of file StlIterators.h.
|
protected |
Definition at line 95 of file StlIterators.h.