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

boost::numeric::ublas::vector_range< V >::iterator Class Reference

#include <vector_proxy.hpp>

Inheritance diagram for boost::numeric::ublas::vector_range< V >::iterator:
Collaboration diagram for boost::numeric::ublas::vector_range< V >::iterator:

List of all members.

Public Types

typedef vector_range 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 &vr, 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 boost::numeric::ublas::vector_range< V >::iterator

Definition at line 363 of file vector_proxy.hpp.


Member Typedef Documentation

template<class V>
typedef subiterator_type::difference_type boost::numeric::ublas::vector_range< V >::iterator::difference_type

Definition at line 368 of file vector_proxy.hpp.

template<class V>
typedef subiterator_type::value_type boost::numeric::ublas::vector_range< V >::iterator::value_type

Definition at line 369 of file vector_proxy.hpp.

template<class V>
typedef subiterator_type::reference boost::numeric::ublas::vector_range< V >::iterator::reference

Definition at line 370 of file vector_proxy.hpp.

template<class V>
typedef subiterator_type::pointer boost::numeric::ublas::vector_range< V >::iterator::pointer

Definition at line 371 of file vector_proxy.hpp.


Constructor & Destructor Documentation

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

Definition at line 375 of file vector_proxy.hpp.

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

Definition at line 378 of file vector_proxy.hpp.


Member Function Documentation

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

Definition at line 383 of file vector_proxy.hpp.

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

Definition at line 388 of file vector_proxy.hpp.

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

Definition at line 393 of file vector_proxy.hpp.

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

Definition at line 398 of file vector_proxy.hpp.

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

Definition at line 403 of file vector_proxy.hpp.

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

Definition at line 410 of file vector_proxy.hpp.

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

Definition at line 415 of file vector_proxy.hpp.

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

Definition at line 421 of file vector_proxy.hpp.

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

Definition at line 427 of file vector_proxy.hpp.

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

Definition at line 435 of file vector_proxy.hpp.

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

Definition at line 440 of file vector_proxy.hpp.

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

Definition at line 80 of file iterator.hpp.

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

Definition at line 85 of file iterator.hpp.

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

Definition at line 92 of file iterator.hpp.


Friends And Related Function Documentation

template<class V>
friend class const_iterator [friend]

Definition at line 448 of file vector_proxy.hpp.


Member Data Documentation

Definition at line 446 of file vector_proxy.hpp.


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