iterator class More...
#include <SparseMatrix.h>
Public Member Functions | |
IndexType | GetColumn () const |
IndexType | GetRow () const |
IteratorTransformer (const IteratorType &it) | |
bool | operator!= (const IteratorTransformer &it) const |
ValueType & | operator() () const |
ValueType & | operator* () const |
IteratorTransformer & | operator++ () |
bool | operator== (const IteratorTransformer &it) const |
Private Attributes | |
IteratorType | fIterator |
iterator class
Definition at line 87 of file SparseMatrix.h.
|
inline |
Definition at line 89 of file SparseMatrix.h.
|
inline |
Definition at line 94 of file SparseMatrix.h.
References utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator.
Referenced by utl::operator<<(), and utl::SparseMatrix< T >::operator==().
|
inline |
Definition at line 92 of file SparseMatrix.h.
References utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator.
Referenced by utl::operator<<(), and utl::SparseMatrix< T >::operator==().
|
inline |
Definition at line 104 of file SparseMatrix.h.
References utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator.
|
inline |
Definition at line 96 of file SparseMatrix.h.
References utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator.
|
inline |
Definition at line 98 of file SparseMatrix.h.
|
inline |
Definition at line 100 of file SparseMatrix.h.
References utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator.
|
inline |
Definition at line 102 of file SparseMatrix.h.
References utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator.
|
private |
Definition at line 107 of file SparseMatrix.h.
Referenced by utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::GetColumn(), utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::GetRow(), utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator!=(), utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator()(), utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator++(), and utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator==().