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

boost::numeric::ublas::vector_indirect< V, IA >::iterator Class Reference

#include <vector_proxy.hpp>

Inheritance diagram for boost::numeric::ublas::vector_indirect< V, IA >::iterator:
Collaboration diagram for boost::numeric::ublas::vector_indirect< V, IA >::iterator:

List of all members.

Public Types

typedef vector_indirect container_type
typedef
V::iterator::difference_type 
difference_type
typedef V::iterator::pointer pointer
typedef V::reference reference
typedef V::iterator::value_type value_type

Public Member Functions

BOOST_UBLAS_INLINE iterator ()
BOOST_UBLAS_INLINE iterator (self_type &vi, 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 V, class IA>
class boost::numeric::ublas::vector_indirect< V, IA >::iterator

Definition at line 1469 of file vector_proxy.hpp.


Member Typedef Documentation

template<class V, class IA>
typedef V::iterator::difference_type boost::numeric::ublas::vector_indirect< V, IA >::iterator::difference_type

Definition at line 1474 of file vector_proxy.hpp.

template<class V, class IA>
typedef V::iterator::value_type boost::numeric::ublas::vector_indirect< V, IA >::iterator::value_type

Definition at line 1475 of file vector_proxy.hpp.

template<class V, class IA>
typedef V::reference boost::numeric::ublas::vector_indirect< V, IA >::iterator::reference

Definition at line 1476 of file vector_proxy.hpp.

template<class V, class IA>
typedef V::iterator::pointer boost::numeric::ublas::vector_indirect< V, IA >::iterator::pointer

Definition at line 1477 of file vector_proxy.hpp.


Constructor & Destructor Documentation

template<class V, class IA>
BOOST_UBLAS_INLINE boost::numeric::ublas::vector_indirect< V, IA >::iterator::iterator ( ) [inline]

Definition at line 1481 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE boost::numeric::ublas::vector_indirect< V, IA >::iterator::iterator ( self_type vi,
const subiterator_type it 
) [inline]

Definition at line 1484 of file vector_proxy.hpp.


Member Function Documentation

template<class V, class IA>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator++ ( ) [inline]

Definition at line 1489 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator-- ( ) [inline]

Definition at line 1494 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator+= ( difference_type  n) [inline]

Definition at line 1499 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator-= ( difference_type  n) [inline]

Definition at line 1504 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE difference_type boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator- ( const iterator it) const [inline]

Definition at line 1509 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator* ( ) const [inline]

Definition at line 1516 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator[] ( difference_type  n) const [inline]

Definition at line 1522 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::vector_indirect< V, IA >::iterator::index ( ) const [inline]

Definition at line 1528 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE iterator& boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator= ( const iterator it) [inline]

Definition at line 1534 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator== ( const iterator it) const [inline]

Definition at line 1542 of file vector_proxy.hpp.

template<class V, class IA>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::vector_indirect< V, IA >::iterator::operator< ( const iterator it) const [inline]

Definition at line 1547 of file vector_proxy.hpp.

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

Definition at line 80 of file iterator.hpp.

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

Definition at line 85 of file iterator.hpp.

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

Definition at line 92 of file iterator.hpp.


Friends And Related Function Documentation

template<class V, class IA>
friend class const_iterator [friend]

Definition at line 1555 of file vector_proxy.hpp.


Member Data Documentation

template<class V, class IA>
subiterator_type boost::numeric::ublas::vector_indirect< V, IA >::iterator::it_ [private]

Definition at line 1553 of file vector_proxy.hpp.


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