Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::matrix< T, L, A >::iterator2 Class Reference

#include <matrix.hpp>

Inheritance diagram for boost::numeric::ublas::matrix< T, L, A >::iterator2:
Collaboration diagram for boost::numeric::ublas::matrix< T, L, A >::iterator2:

Public Types

typedef matrix::value_type value_type
 
typedef matrix::difference_type difference_type
 
typedef matrix::reference reference
 
typedef matrix::pointer pointer
 
typedef iterator1 dual_iterator_type
 
typedef reverse_iterator1 dual_reverse_iterator_type
 

Public Member Functions

BOOST_UBLAS_INLINE iterator2 ()
 
BOOST_UBLAS_INLINE iterator2 (self_type &m, const subiterator_type &it)
 
BOOST_UBLAS_INLINE iterator2operator++ ()
 
BOOST_UBLAS_INLINE iterator2operator-- ()
 
BOOST_UBLAS_INLINE iterator2operator+= (difference_type n)
 
BOOST_UBLAS_INLINE iterator2operator-= (difference_type n)
 
BOOST_UBLAS_INLINE difference_type operator- (const iterator2 &it) const
 
BOOST_UBLAS_INLINE reference operator* () const
 
BOOST_UBLAS_INLINE reference operator[] (difference_type n) const
 
BOOST_UBLAS_INLINE iterator1 begin () const
 
BOOST_UBLAS_INLINE iterator1 end () const
 
BOOST_UBLAS_INLINE
reverse_iterator1 
rbegin () const
 
BOOST_UBLAS_INLINE
reverse_iterator1 
rend () const
 
BOOST_UBLAS_INLINE size_type index1 () const
 
BOOST_UBLAS_INLINE size_type index2 () const
 
BOOST_UBLAS_INLINE iterator2operator= (const iterator2 &it)
 
BOOST_UBLAS_INLINE bool operator== (const iterator2 &it) const
 
BOOST_UBLAS_INLINE bool operator< (const iterator2 &it) const
 

Friends

class const_iterator2
 

Member Typedef Documentation

template<class T, class L, class A>
typedef matrix::difference_type boost::numeric::ublas::matrix< T, L, A >::iterator2::difference_type
template<class T, class L, class A>
typedef iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::dual_iterator_type
template<class T, class L, class A>
typedef reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::dual_reverse_iterator_type
template<class T, class L, class A>
typedef matrix::pointer boost::numeric::ublas::matrix< T, L, A >::iterator2::pointer
template<class T, class L, class A>
typedef matrix::reference boost::numeric::ublas::matrix< T, L, A >::iterator2::reference
template<class T, class L, class A>
typedef matrix::value_type boost::numeric::ublas::matrix< T, L, A >::iterator2::value_type

Constructor & Destructor Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix< T, L, A >::iterator2::iterator2 ( )
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix< T, L, A >::iterator2::iterator2 ( self_type m,
const subiterator_type &  it 
)
inline

Member Function Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::begin ( void  ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::end ( void  ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::iterator2::index1 ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::iterator2::index2 ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix< T, L, A >::iterator2::operator* ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator++ ( void  )
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator+= ( difference_type  n)
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix< T, L, A >::iterator2::operator- ( const iterator2 it) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator-- ( void  )
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator-= ( difference_type  n)
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::iterator2::operator< ( const iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2& boost::numeric::ublas::matrix< T, L, A >::iterator2::operator= ( const iterator2 it)
inline

References boost::assign().

template<class T, class L, class A>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::iterator2::operator== ( const iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix< T, L, A >::iterator2::operator[] ( difference_type  n) const
inline

References boost::n.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::rbegin ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::iterator2::rend ( ) const
inline

Friends And Related Function Documentation

template<class T, class L, class A>
friend class const_iterator2
friend

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