QDOS::Matrix< T >::iterator Class Reference

#include <Matrix.h>

List of all members.

Public Member Functions

 iterator ()
 iterator (const Matrix< T > *m, size_t eltno=0)
 operator T * ()
iterator operator+ (int i)
iteratoroperator++ ()
iterator operator++ (int)
T & operator* ()
T * operator-> ()
bool operator== (const iterator &itr) const
bool operator!= (const iterator &itr) const
bool operator< (const iterator &itr) const
size_t eltno () const

Private Member Functions

T & ref () const

Private Attributes

const Matrix< T > * _matrix
size_t _eltno

template<class T>
class QDOS::Matrix< T >::iterator


Constructor & Destructor Documentation

template<class T >
QDOS::Matrix< T >::iterator::iterator (  )  [inline]

template<class T >
QDOS::Matrix< T >::iterator::iterator ( const Matrix< T > *  m,
size_t  eltno = 0 
) [inline]


Member Function Documentation

template<class T >
size_t QDOS::Matrix< T >::iterator::eltno (  )  const [inline]

template<class T >
QDOS::Matrix< T >::iterator::operator T * (  )  [inline]

template<class T >
bool QDOS::Matrix< T >::iterator::operator!= ( const iterator itr  )  const [inline]

template<class T >
T& QDOS::Matrix< T >::iterator::operator* (  )  [inline]

template<class T >
iterator QDOS::Matrix< T >::iterator::operator+ ( int  i  )  [inline]

template<class T >
iterator QDOS::Matrix< T >::iterator::operator++ ( int   )  [inline]

template<class T >
iterator& QDOS::Matrix< T >::iterator::operator++ (  )  [inline]

template<class T >
T* QDOS::Matrix< T >::iterator::operator-> (  )  [inline]

template<class T >
bool QDOS::Matrix< T >::iterator::operator< ( const iterator itr  )  const [inline]

template<class T >
bool QDOS::Matrix< T >::iterator::operator== ( const iterator itr  )  const [inline]

template<class T >
T& QDOS::Matrix< T >::iterator::ref (  )  const [inline, private]


Member Data Documentation

template<class T >
size_t QDOS::Matrix< T >::iterator::_eltno [private]

template<class T >
const Matrix<T>* QDOS::Matrix< T >::iterator::_matrix [private]


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

Generated on Tue Dec 9 16:55:40 2008 for QSAS by  doxygen 1.5.7