|
TR-mbed 1.0
|
#include <StlIterators.h>
Public Types | |
| typedef XprType::Scalar | value_type |
| typedef internal::conditional< bool(is_lvalue), value_type *, constvalue_type * >::type | pointer |
| typedef internal::conditional< bool(is_lvalue), value_type &, read_only_ref_t >::type | 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 internal::conditional< internal::is_const< XprType >::value, non_const_iterator, const_iterator >::type | 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 internal::conditional<bool(is_lvalue),value_type*,constvalue_type*>::type Eigen::internal::generic_randaccess_stl_iterator< XprType >::pointer |
|
protected |
| typedef internal::conditional<bool(is_lvalue),value_type&,read_only_ref_t>::type Eigen::internal::generic_randaccess_stl_iterator< XprType >::reference |
| typedef XprType::Scalar Eigen::internal::generic_randaccess_stl_iterator< XprType >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |