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

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

#include <vector_proxy.hpp>

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

List of all members.

Public Types

typedef vector_slice 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 &vs, 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_slice< V >::iterator

Definition at line 924 of file vector_proxy.hpp.


Member Typedef Documentation

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

Definition at line 929 of file vector_proxy.hpp.

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

Definition at line 930 of file vector_proxy.hpp.

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

Definition at line 931 of file vector_proxy.hpp.

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

Definition at line 932 of file vector_proxy.hpp.


Constructor & Destructor Documentation

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

Definition at line 936 of file vector_proxy.hpp.

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

Definition at line 939 of file vector_proxy.hpp.


Member Function Documentation

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

Definition at line 944 of file vector_proxy.hpp.

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

Definition at line 949 of file vector_proxy.hpp.

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

Definition at line 954 of file vector_proxy.hpp.

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

Definition at line 959 of file vector_proxy.hpp.

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

Definition at line 964 of file vector_proxy.hpp.

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

Definition at line 971 of file vector_proxy.hpp.

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

Definition at line 977 of file vector_proxy.hpp.

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

Definition at line 984 of file vector_proxy.hpp.

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

Definition at line 990 of file vector_proxy.hpp.

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

Definition at line 998 of file vector_proxy.hpp.

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

Definition at line 1003 of file vector_proxy.hpp.

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

Definition at line 80 of file iterator.hpp.

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

Definition at line 85 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< vector_slice >::same_closure ( const container_reference< vector_slice > &  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 1011 of file vector_proxy.hpp.


Member Data Documentation

Definition at line 1009 of file vector_proxy.hpp.


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