#include <matrix.h>
Inherited by Wt::Matrix< T >::const_iterator.
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 |
| iterator & | operator++ () |
| T & | operator * () const |
| T * | operator-> () const |
| int | row () const |
| int | column () const |
| Wt::Matrix< T >::iterator::iterator | ( | Matrix * | matrix_p = 0, |
|
| int | row = 0, |
|||
| int | column = 0 | |||
| ) | [inline] |
| int Wt::Matrix< T >::iterator::column | ( | ) | const [inline] |
| T& Wt::Matrix< T >::iterator::operator * | ( | ) | const [inline] |
| bool Wt::Matrix< T >::iterator::operator!= | ( | const iterator & | other | ) | const [inline] |
| iterator& Wt::Matrix< T >::iterator::operator++ | ( | ) | [inline] |
| T* Wt::Matrix< T >::iterator::operator-> | ( | ) | const [inline] |
| bool Wt::Matrix< T >::iterator::operator== | ( | const iterator & | other | ) | const [inline] |
| int Wt::Matrix< T >::iterator::row | ( | ) | const [inline] |
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.