Path Tracer
Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::internal::generic_randaccess_stl_iterator< XprType > Class Template Reference
Inheritance diagram for Eigen::internal::generic_randaccess_stl_iterator< XprType >:
Eigen::internal::indexed_based_stl_iterator_base< generic_randaccess_stl_iterator< XprType > >

Public Types

typedef XprType::Scalar value_type
 
typedef internal::conditional< bool(is_lvalue), value_type *, const value_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
 

Public Member Functions

 generic_randaccess_stl_iterator (XprType &xpr, Index index)
 
 generic_randaccess_stl_iterator (const typename Base::non_const_iterator &other)
 
reference operator* () const
 
reference operator[] (Index i) const
 
pointer operator-> () const
 
indexed_based_stl_iterator_baseoperator= (const non_const_iterator &other)
 
- Public Member Functions inherited from Eigen::internal::indexed_based_stl_iterator_base< generic_randaccess_stl_iterator< XprType > >
 indexed_based_stl_iterator_base (XprType &xpr, Index index)
 
 indexed_based_stl_iterator_base (const non_const_iterator &other)
 
indexed_based_stl_iterator_baseoperator= (const non_const_iterator &other)
 
generic_randaccess_stl_iterator< XprType > & operator++ ()
 
generic_randaccess_stl_iterator< XprType > operator++ (int)
 
generic_randaccess_stl_iterator< XprType > & operator-- ()
 
generic_randaccess_stl_iterator< XprType > operator-- (int)
 
difference_type operator- (const indexed_based_stl_iterator_base &other) const
 
difference_type operator- (const other_iterator &other) const
 
generic_randaccess_stl_iterator< XprType > & operator+= (Index b)
 
generic_randaccess_stl_iterator< XprType > & operator-= (Index b)
 
bool operator== (const indexed_based_stl_iterator_base &other) const
 
bool operator== (const other_iterator &other) const
 
bool operator!= (const indexed_based_stl_iterator_base &other) const
 
bool operator!= (const other_iterator &other) const
 
bool operator< (const indexed_based_stl_iterator_base &other) const
 
bool operator< (const other_iterator &other) const
 
bool operator<= (const indexed_based_stl_iterator_base &other) const
 
bool operator<= (const other_iterator &other) const
 
bool operator> (const indexed_based_stl_iterator_base &other) const
 
bool operator> (const other_iterator &other) const
 
bool operator>= (const indexed_based_stl_iterator_base &other) const
 
bool operator>= (const other_iterator &other) const
 

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_iteratorBase
 
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
 

The documentation for this class was generated from the following file: