ug4
ug::MapSparseMatrix< TValueType >::connection Struct Reference

#include <mapsparsematrix.h>

Public Member Functions

 connection ()
 
 connection (size_t i, const value_type &v)
 
int operator< (const connection &c) const
 
void operator= (const connection &other)
 
void print ()
 

Public Attributes

value_type dValue
 
size_t iIndex
 

Friends

std::ostream & operator<< (std::ostream &output, const connection &c)
 

Constructor & Destructor Documentation

◆ connection() [1/2]

template<typename TValueType >
ug::MapSparseMatrix< TValueType >::connection::connection ( )
inline

◆ connection() [2/2]

template<typename TValueType >
ug::MapSparseMatrix< TValueType >::connection::connection ( size_t  i,
const value_type v 
)
inline

Member Function Documentation

◆ operator<()

template<typename TValueType >
int ug::MapSparseMatrix< TValueType >::connection::operator< ( const connection c) const
inline

◆ operator=()

template<typename TValueType >
void ug::MapSparseMatrix< TValueType >::connection::operator= ( const connection other)
inline

◆ print()

template<typename TValueType >
void ug::MapSparseMatrix< TValueType >::connection::print ( )
inline

Friends And Related Function Documentation

◆ operator<<

template<typename TValueType >
std::ostream& operator<< ( std::ostream &  output,
const connection c 
)
friend

Member Data Documentation

◆ dValue

template<typename TValueType >
value_type ug::MapSparseMatrix< TValueType >::connection::dValue

◆ iIndex


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