scythe::matrix_bidirectional_iterator< T_type, ORDER, M_ORDER, M_STYLE > Class Template Reference

#include <scythestat/matrix_bidirectional_iterator.h>

Inheritance diagram for scythe::matrix_bidirectional_iterator< T_type, ORDER, M_ORDER, M_STYLE >:

Inheritance graph
[legend]
Collaboration diagram for scythe::matrix_bidirectional_iterator< T_type, ORDER, M_ORDER, M_STYLE >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename T_type, matrix_order ORDER, matrix_order M_ORDER, matrix_style M_STYLE>
class scythe::matrix_bidirectional_iterator< T_type, ORDER, M_ORDER, M_STYLE >

An STL-compliant bidirectional iterator for Matrix.

Provides bidirectional iteration over Matrix objects. See Josuttis (1999), or some other STL reference, for a full description of the bidirectional iterator interface.

See also:
Matrix

const_matrix_bidirectional_iterator

const_matrix_forward_iterator

matrix_forward_iterator

const_matrix_random_access_iterator

matrix_random_access_iterator


Public Types

typedef std::iterator_traits<
Base >::value_type 
value_type
typedef std::iterator_traits<
Base >::iterator_category 
iterator_category
typedef std::iterator_traits<
Base >::difference_type 
difference_type
typedef std::iterator_traits<
Base >::pointer 
pointer
typedef std::iterator_traits<
Base >::reference 
reference

Public Member Functions

 matrix_bidirectional_iterator (const Matrix< value_type, M_ORDER, M_STYLE > &M)
 matrix_bidirectional_iterator (const self &mi)
selfset_end ()
selfoperator= (const self &mi)
reference operator * () const
pointer operator-> () const
selfoperator++ ()
self operator++ (int)
selfoperator-- ()
self operator-- (int)


The documentation for this class was generated from the following file:
Generated on Wed Aug 15 14:53:55 2007 for Scythe-1.0.2 by  doxygen 1.4.7