ug4
ug::MapSparseMatrix< TValueType >::const_row_iterator Class Reference

#include <mapsparsematrix.h>

+ Inheritance diagram for ug::MapSparseMatrix< TValueType >::const_row_iterator:

Public Member Functions

 const_row_iterator (super it)
 
size_t index () const
 
const value_typevalue ()
 

Private Types

typedef std::map< size_t, TValueType >::const_iterator super
 

Member Typedef Documentation

◆ super

template<typename TValueType >
typedef std::map<size_t, TValueType>::const_iterator ug::MapSparseMatrix< TValueType >::const_row_iterator::super
private

Constructor & Destructor Documentation

◆ const_row_iterator()

template<typename TValueType >
ug::MapSparseMatrix< TValueType >::const_row_iterator::const_row_iterator ( super  it)
inline

Member Function Documentation

◆ index()

template<typename TValueType >
size_t ug::MapSparseMatrix< TValueType >::const_row_iterator::index ( ) const
inline

◆ value()

template<typename TValueType >
const value_type& ug::MapSparseMatrix< TValueType >::const_row_iterator::value ( )
inline

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