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 >::const_iterator2 Class Reference

#include <matrix.hpp>

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

Public Types

typedef matrix::value_type value_type
 
typedef matrix::difference_type difference_type
 
typedef matrix::const_reference reference
 
typedef const matrix::pointer pointer
 
typedef const_iterator1 dual_iterator_type
 
typedef const_reverse_iterator1 dual_reverse_iterator_type
 

Public Member Functions

BOOST_UBLAS_INLINE const_iterator2 ()
 
BOOST_UBLAS_INLINE const_iterator2 (const self_type &m, const const_subiterator_type &it)
 
BOOST_UBLAS_INLINE const_iterator2 (const iterator2 &it)
 
BOOST_UBLAS_INLINE
const_iterator2
operator++ ()
 
BOOST_UBLAS_INLINE
const_iterator2
operator-- ()
 
BOOST_UBLAS_INLINE
const_iterator2
operator+= (difference_type n)
 
BOOST_UBLAS_INLINE
const_iterator2
operator-= (difference_type n)
 
BOOST_UBLAS_INLINE difference_type operator- (const const_iterator2 &it) const
 
BOOST_UBLAS_INLINE const_reference operator* () const
 
BOOST_UBLAS_INLINE const_reference operator[] (difference_type n) const
 
BOOST_UBLAS_INLINE const_iterator1 begin () const
 
BOOST_UBLAS_INLINE const_iterator1 cbegin () const
 
BOOST_UBLAS_INLINE const_iterator1 end () const
 
BOOST_UBLAS_INLINE const_iterator1 cend () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rbegin () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator1 
crbegin () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rend () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator1 
crend () const
 
BOOST_UBLAS_INLINE size_type index1 () const
 
BOOST_UBLAS_INLINE size_type index2 () const
 
BOOST_UBLAS_INLINE
const_iterator2
operator= (const const_iterator2 &it)
 
BOOST_UBLAS_INLINE bool operator== (const const_iterator2 &it) const
 
BOOST_UBLAS_INLINE bool operator< (const const_iterator2 &it) const
 

Friends

class iterator2
 

Member Typedef Documentation

template<class T, class L, class A>
typedef matrix::difference_type boost::numeric::ublas::matrix< T, L, A >::const_iterator2::difference_type
template<class T, class L, class A>
typedef const_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::dual_iterator_type
template<class T, class L, class A>
typedef const matrix::pointer boost::numeric::ublas::matrix< T, L, A >::const_iterator2::pointer
template<class T, class L, class A>
typedef matrix::const_reference boost::numeric::ublas::matrix< T, L, A >::const_iterator2::reference
template<class T, class L, class A>
typedef matrix::value_type boost::numeric::ublas::matrix< T, L, A >::const_iterator2::value_type

Constructor & Destructor Documentation

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

Member Function Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::begin ( void  ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::cbegin ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::cend ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::crbegin ( ) const
inline

References boost::rbegin().

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::crend ( ) const
inline

References boost::rend().

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix< T, L, A >::const_iterator2::end ( void  ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::const_iterator2::index1 ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix< T, L, A >::const_iterator2::index2 ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix< T, L, A >::const_iterator2::operator* ( ) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::matrix< T, L, A >::const_iterator2::operator++ ( void  )
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::matrix< T, L, A >::const_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 >::const_iterator2::operator- ( const const_iterator2 it) const
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::matrix< T, L, A >::const_iterator2::operator-- ( void  )
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::matrix< T, L, A >::const_iterator2::operator-= ( difference_type  n)
inline
template<class T, class L, class A>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix< T, L, A >::const_iterator2::operator< ( const const_iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::matrix< T, L, A >::const_iterator2::operator= ( const 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 >::const_iterator2::operator== ( const const_iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

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

References boost::n.

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

Friends And Related Function Documentation

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

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