ug4
ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator Class Reference

#include <scalar_submatrix_adapter.hh>

Public Member Functions

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

Private Attributes

encapsulated_matrix_type::const_row_iterator iter
 

Constructor & Destructor Documentation

◆ const_row_iterator()

template<class AT , class ST , int R, int C>
ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::const_row_iterator ( typename encapsulated_matrix_type::const_row_iterator  _iter)
inline

◆ ~const_row_iterator()

template<class AT , class ST , int R, int C>
ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::~const_row_iterator ( )
inline

Member Function Documentation

◆ check()

template<class AT , class ST , int R, int C>
void ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::check ( ) const
inline

◆ index()

template<class AT , class ST , int R, int C>
size_t ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::index ( ) const
inline

◆ operator!=()

template<class AT , class ST , int R, int C>
bool ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::operator!= ( const const_row_iterator o) const
inline

◆ operator++()

template<class AT , class ST , int R, int C>
void ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::operator++ ( )
inline

◆ operator+=()

template<class AT , class ST , int R, int C>
void ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::operator+= ( int  nr)
inline

◆ operator->()

template<class AT , class ST , int R, int C>
const_row_iterator* ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::operator-> ( )
inline

◆ operator==()

template<class AT , class ST , int R, int C>
bool ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::operator== ( const const_row_iterator other) const
inline

◆ value()

template<class AT , class ST , int R, int C>
const value_type& ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::value ( ) const
inline

References ug::BlockRef().

Member Data Documentation

◆ iter

template<class AT , class ST , int R, int C>
encapsulated_matrix_type::const_row_iterator ScalarSubMatrixAdapter< AT, ST, R, C >::const_row_iterator::iter
private

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