ug4
ScalarMatrixAdapter< AT, ST >::row_iterator Class Reference

#include <scalar_matrix_adapter.hh>

Public Member Functions

void check () const
 
size_t index () const
 
bool operator!= (const row_iterator &o) const
 
void operator++ ()
 
void operator+= (int nr)
 
row_iteratoroperator-> ()
 
bool operator== (const row_iterator &other) const
 
 row_iterator (typename encapsulated_matrix_type::row_iterator _iter)
 
value_typevalue ()
 
 ~row_iterator ()
 

Private Attributes

encapsulated_matrix_type::row_iterator iter
 

Detailed Description

template<class AT, class ST = CPUAlgebra>
class ScalarMatrixAdapter< AT, ST >::row_iterator

row_iterator iterator over a row

Constructor & Destructor Documentation

◆ row_iterator()

template<class AT , class ST = CPUAlgebra>
ScalarMatrixAdapter< AT, ST >::row_iterator::row_iterator ( typename encapsulated_matrix_type::row_iterator  _iter)
inline

◆ ~row_iterator()

template<class AT , class ST = CPUAlgebra>
ScalarMatrixAdapter< AT, ST >::row_iterator::~row_iterator ( )
inline

Member Function Documentation

◆ check()

template<class AT , class ST = CPUAlgebra>
void ScalarMatrixAdapter< AT, ST >::row_iterator::check ( ) const
inline

◆ index()

template<class AT , class ST = CPUAlgebra>
size_t ScalarMatrixAdapter< AT, ST >::row_iterator::index ( ) const
inline

◆ operator!=()

template<class AT , class ST = CPUAlgebra>
bool ScalarMatrixAdapter< AT, ST >::row_iterator::operator!= ( const row_iterator o) const
inline

◆ operator++()

template<class AT , class ST = CPUAlgebra>
void ScalarMatrixAdapter< AT, ST >::row_iterator::operator++ ( )
inline

◆ operator+=()

template<class AT , class ST = CPUAlgebra>
void ScalarMatrixAdapter< AT, ST >::row_iterator::operator+= ( int  nr)
inline

◆ operator->()

template<class AT , class ST = CPUAlgebra>
row_iterator* ScalarMatrixAdapter< AT, ST >::row_iterator::operator-> ( )
inline

◆ operator==()

template<class AT , class ST = CPUAlgebra>
bool ScalarMatrixAdapter< AT, ST >::row_iterator::operator== ( const row_iterator other) const
inline

◆ value()

template<class AT , class ST = CPUAlgebra>
value_type& ScalarMatrixAdapter< AT, ST >::row_iterator::value ( )
inline

References ug::BlockRef().

Member Data Documentation

◆ iter

template<class AT , class ST = CPUAlgebra>
encapsulated_matrix_type::row_iterator ScalarMatrixAdapter< AT, ST >::row_iterator::iter
private

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