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

#include <SparseVector.h>

Public Member Functions

IndexType GetIndex () 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::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >

Definition at line 48 of file SparseVector.h.

Constructor & Destructor Documentation

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

Definition at line 50 of file SparseVector.h.

Member Function Documentation

template<typename T = double>
template<class IteratorType , typename ValueType >
IndexType utl::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >::GetIndex ( ) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
bool utl::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >::operator!= ( const IteratorTransformer< IteratorType, ValueType > &  it) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
ValueType& utl::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >::operator() ( ) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
ValueType& utl::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >::operator* ( ) const
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
IteratorTransformer& utl::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >::operator++ ( )
inline
template<typename T = double>
template<class IteratorType , typename ValueType >
bool utl::SparseVector< 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::SparseVector< T >::IteratorTransformer< IteratorType, ValueType >::fIterator
private

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

, generated on Tue Sep 26 2023.