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::triangular_adaptor< M, TRI >::const_iterator2 Class Reference

#include <triangular.hpp>

Inheritance diagram for boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2:
Collaboration diagram for boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2:

Public Types

typedef
const_subiterator2_type::value_type 
value_type
 
typedef
const_subiterator2_type::difference_type 
difference_type
 
typedef
const_subiterator2_type::reference 
reference
 
typedef
const_subiterator2_type::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_subiterator2_type &it2)
 
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
 

Member Typedef Documentation

template<class M, class TRI>
typedef const_subiterator2_type::difference_type boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::difference_type
template<class M, class TRI>
typedef const_subiterator2_type::pointer boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::pointer
template<class M, class TRI>
typedef const_subiterator2_type::reference boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::reference
template<class M, class TRI>
typedef const_subiterator2_type::value_type boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::value_type

Constructor & Destructor Documentation

template<class M, class TRI>
BOOST_UBLAS_INLINE boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::const_iterator2 ( )
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::const_iterator2 ( const self_type m,
const const_subiterator2_type &  it2 
)
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::const_iterator2 ( const iterator2 it)
inline

Member Function Documentation

template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::begin ( void  ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::cbegin ( ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::cend ( ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::crbegin ( ) const
inline

References boost::rbegin().

template<class M, class TRI>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::crend ( ) const
inline

References boost::rend().

template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::end ( void  ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::index1 ( ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::index2 ( ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator++ ( void  )
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator+= ( difference_type  n)
inline

References boost::n.

template<class M, class TRI>
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator- ( const const_iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator-- ( void  )
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator-= ( difference_type  n)
inline

References boost::n.

template<class M, class TRI>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator< ( const const_iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class M, class TRI>
BOOST_UBLAS_INLINE const_iterator2& boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator= ( const const_iterator2 it)
inline

References boost::assign().

template<class M, class TRI>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator== ( const const_iterator2 it) const
inline

References BOOST_UBLAS_CHECK.

template<class M, class TRI>
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::operator[] ( difference_type  n) const
inline

References boost::n.

template<class M, class TRI>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::rbegin ( ) const
inline
template<class M, class TRI>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::triangular_adaptor< M, TRI >::const_iterator2::rend ( ) const
inline

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