Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::matrix_row< M >::iterator Class Reference

#include <matrix_proxy.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_row< M >::iterator:
Collaboration diagram for boost::numeric::ublas::matrix_row< M >::iterator:

List of all members.

Public Types

typedef matrix_row container_type
typedef
subiterator_type::difference_type 
difference_type
typedef subiterator_type::pointer pointer
typedef subiterator_type::reference reference
typedef
subiterator_type::value_type 
value_type

Public Member Functions

BOOST_UBLAS_INLINE iterator ()
BOOST_UBLAS_INLINE iterator (self_type &mr, const subiterator_type &it)
BOOST_UBLAS_INLINE
container_reference
assign (container_type *c)
BOOST_UBLAS_INLINE size_type index () const
BOOST_UBLAS_INLINE container_typeoperator() () const
BOOST_UBLAS_INLINE reference operator* () const
BOOST_UBLAS_INLINE iteratoroperator++ ()
BOOST_UBLAS_INLINE iteratoroperator+= (difference_type n)
BOOST_UBLAS_INLINE difference_type operator- (const iterator &it) const
BOOST_UBLAS_INLINE iteratoroperator-- ()
BOOST_UBLAS_INLINE iteratoroperator-= (difference_type n)
BOOST_UBLAS_INLINE bool operator< (const iterator &it) const
BOOST_UBLAS_INLINE iteratoroperator= (const iterator &it)
BOOST_UBLAS_INLINE bool operator== (const iterator &it) const
BOOST_UBLAS_INLINE reference operator[] (difference_type n) const
BOOST_UBLAS_INLINE bool same_closure (const container_reference &cr) const

Private Attributes

subiterator_type it_

Friends

class const_iterator

Detailed Description

template<class M>
class boost::numeric::ublas::matrix_row< M >::iterator

Definition at line 339 of file matrix_proxy.hpp.


Member Typedef Documentation

template<class M>
typedef subiterator_type::value_type boost::numeric::ublas::matrix_row< M >::iterator::value_type

Definition at line 344 of file matrix_proxy.hpp.

template<class M>
typedef subiterator_type::difference_type boost::numeric::ublas::matrix_row< M >::iterator::difference_type

Definition at line 345 of file matrix_proxy.hpp.

template<class M>
typedef subiterator_type::reference boost::numeric::ublas::matrix_row< M >::iterator::reference

Definition at line 346 of file matrix_proxy.hpp.

template<class M>
typedef subiterator_type::pointer boost::numeric::ublas::matrix_row< M >::iterator::pointer

Definition at line 347 of file matrix_proxy.hpp.


Constructor & Destructor Documentation

template<class M>
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_row< M >::iterator::iterator ( ) [inline]

Definition at line 351 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_row< M >::iterator::iterator ( self_type mr,
const subiterator_type it 
) [inline]

Definition at line 354 of file matrix_proxy.hpp.


Member Function Documentation

template<class M>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_row< M >::iterator::operator++ ( ) [inline]

Definition at line 359 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_row< M >::iterator::operator-- ( ) [inline]

Definition at line 364 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_row< M >::iterator::operator+= ( difference_type  n) [inline]

Definition at line 369 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_row< M >::iterator::operator-= ( difference_type  n) [inline]

Definition at line 374 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::matrix_row< M >::iterator::operator- ( const iterator it) const [inline]

Definition at line 379 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix_row< M >::iterator::operator* ( ) const [inline]

Definition at line 386 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::matrix_row< M >::iterator::operator[] ( difference_type  n) const [inline]

Definition at line 391 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_row< M >::iterator::index ( ) const [inline]

Definition at line 397 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::matrix_row< M >::iterator::operator= ( const iterator it) [inline]

Definition at line 403 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_row< M >::iterator::operator== ( const iterator it) const [inline]

Definition at line 411 of file matrix_proxy.hpp.

template<class M>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_row< M >::iterator::operator< ( const iterator it) const [inline]

Definition at line 416 of file matrix_proxy.hpp.

BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::container_reference< matrix_row >::operator() ( ) const [inline, inherited]

Definition at line 80 of file iterator.hpp.

BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< matrix_row >::assign ( container_type c) [inline, inherited]

Definition at line 85 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< matrix_row >::same_closure ( const container_reference< matrix_row > &  cr) const [inline, inherited]

Definition at line 92 of file iterator.hpp.


Friends And Related Function Documentation

template<class M>
friend class const_iterator [friend]

Definition at line 424 of file matrix_proxy.hpp.


Member Data Documentation

Definition at line 422 of file matrix_proxy.hpp.


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