List of all members | Public Member Functions | Private Attributes
utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType > Class Template Reference

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
 
IteratorTransformeroperator++ ()
 
bool operator== (const IteratorTransformer &it) const
 

Private Attributes

IteratorType fIterator
 

Detailed Description

template<typename T = double>
template<class IteratorType, typename ValueType>
class utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >

iterator class

Definition at line 87 of file SparseMatrix.h.

Constructor & Destructor Documentation

template<typename T = double>
template<class IteratorType , typename ValueType >
utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::IteratorTransformer ( const IteratorType &  it)
inline

Definition at line 89 of file SparseMatrix.h.

Member Function Documentation

template<typename T = double>
template<class IteratorType , typename ValueType >
IndexType utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::GetColumn ( ) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
IndexType utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::GetRow ( ) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
bool utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator!= ( const IteratorTransformer< IteratorType, ValueType > &  it) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
ValueType& utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator() ( ) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
ValueType& utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator* ( ) const
inline

Definition at line 98 of file SparseMatrix.h.

template<typename T = double>
template<class IteratorType , typename ValueType >
IteratorTransformer& utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator++ ( )
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
bool utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::operator== ( const IteratorTransformer< IteratorType, ValueType > &  it) const
inline

Member Data Documentation

template<typename T = double>
template<class IteratorType , typename ValueType >
IteratorType utl::SparseMatrix< T >::IteratorTransformer< IteratorType, ValueType >::fIterator
private

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

, generated on Tue Sep 26 2023.