![]() |
|
#include <StlIterators.h>
Inheritance diagram for Eigen::internal::generic_randaccess_stl_iterator< XprType >:Public Types | |
| typedef XprType::Scalar | value_type |
| typedef std::conditional_t< bool(is_lvalue), value_type *, const value_type * > | pointer |
| typedef std::conditional_t< bool(is_lvalue), value_type &, read_only_ref_t > | reference |
Public Types inherited from Eigen::internal::indexed_based_stl_iterator_base< generic_randaccess_stl_iterator< XprType > > | |
| typedef Index | difference_type |
| typedef std::random_access_iterator_tag | iterator_category |
Protected Types | |
| enum | { has_direct_access = (internal::traits<XprType>::Flags & DirectAccessBit) ? 1 : 0 , is_lvalue = internal::is_lvalue<XprType>::value } |
| typedef indexed_based_stl_iterator_base< generic_randaccess_stl_iterator > | Base |
| typedef const value_type | read_only_ref_t |
Protected Types inherited from Eigen::internal::indexed_based_stl_iterator_base< generic_randaccess_stl_iterator< XprType > > | |
| typedef indexed_based_stl_iterator_traits< generic_randaccess_stl_iterator< XprType > > | traits |
| typedef traits::XprType | XprType |
| typedef indexed_based_stl_iterator_base< typename traits::non_const_iterator > | non_const_iterator |
| typedef indexed_based_stl_iterator_base< typename traits::const_iterator > | const_iterator |
| typedef std::conditional_t< internal::is_const< XprType >::value, non_const_iterator, const_iterator > | other_iterator |
Protected Attributes | |
| Index | m_index |
| XprType * | mp_xpr |
Protected Attributes inherited from Eigen::internal::indexed_based_stl_iterator_base< generic_randaccess_stl_iterator< XprType > > | |
| XprType * | mp_xpr |
| Index | m_index |
Additional Inherited Members | |
Protected Member Functions inherited from Eigen::internal::indexed_based_stl_iterator_base< generic_randaccess_stl_iterator< XprType > > | |
| generic_randaccess_stl_iterator< XprType > & | derived () |
| const generic_randaccess_stl_iterator< XprType > & | derived () const |
|
protected |
| typedef std::conditional_t<bool(is_lvalue), value_type*, const value_type*> Eigen::internal::generic_randaccess_stl_iterator< XprType >::pointer |
|
protected |
| typedef std::conditional_t<bool(is_lvalue), value_type&, read_only_ref_t> Eigen::internal::generic_randaccess_stl_iterator< XprType >::reference |
| typedef XprType::Scalar Eigen::internal::generic_randaccess_stl_iterator< XprType >::value_type |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::internal::generic_randaccess_stl_iterator< XprType >::m_index, and Eigen::internal::generic_randaccess_stl_iterator< XprType >::mp_xpr.
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |