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

#include <matrix.h>

Inherited by Wt::Matrix< T >::const_iterator.

List of all members.

Public Member Functions

 iterator (Matrix *matrix_p=0, int row=0, int column=0)
bool operator== (const iterator &other) const
bool operator!= (const iterator &other) const
iteratoroperator++ ()
T & operator * () const
T * operator-> () const
int row () const
int column () const

template<typename T>
class Wt::Matrix< T >::iterator


Constructor & Destructor Documentation

template<typename T>
Wt::Matrix< T >::iterator::iterator ( Matrix matrix_p = 0,
int  row = 0,
int  column = 0 
) [inline]


Member Function Documentation

template<typename T>
int Wt::Matrix< T >::iterator::column (  )  const [inline]

template<typename T>
T& Wt::Matrix< T >::iterator::operator * (  )  const [inline]

template<typename T>
bool Wt::Matrix< T >::iterator::operator!= ( const iterator other  )  const [inline]

template<typename T>
iterator& Wt::Matrix< T >::iterator::operator++ (  )  [inline]

template<typename T>
T* Wt::Matrix< T >::iterator::operator-> (  )  const [inline]

template<typename T>
bool Wt::Matrix< T >::iterator::operator== ( const iterator other  )  const [inline]

template<typename T>
int Wt::Matrix< T >::iterator::row (  )  const [inline]


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

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.