ug4
|
#include <sparsematrix_boost.h>
Public Member Functions | |
bool | operator!= (const SM_edge &other) const |
SM_edge & | operator= (SM_edge &&)=default |
SM_edge & | operator= (SM_edge const &)=default |
bool | operator== (const SM_edge &other) const |
SM_edge () | |
SM_edge (int s, int t, T const &v) | |
SM_edge (SM_edge &&)=default | |
SM_edge (SM_edge const &)=default | |
int | source () const |
int | target () const |
template<class X > | |
T const & | value (X const &) const |
Private Attributes | |
int | _source |
int | _target |
T | _value |
|
default |
|
default |
|
inlineexplicit |
References untested.
|
inline |
References s.
|
inline |
References boost::SM_edge< T >::operator==(), and untested.
|
default |
|
default |
|
inline |
References boost::SM_edge< T >::_source, boost::SM_edge< T >::_target, and untested.
Referenced by boost::SM_edge< T >::operator!=().
|
inline |
References boost::SM_edge< T >::_source.
Referenced by boost::source().
|
inline |
References boost::SM_edge< T >::_target.
Referenced by boost::target().
|
inline |
References boost::SM_edge< T >::_value.
|
private |
Referenced by boost::SM_edge< T >::operator==(), and boost::SM_edge< T >::source().
|
private |
Referenced by boost::SM_edge< T >::operator==(), and boost::SM_edge< T >::target().
|
private |
Referenced by boost::SM_edge< T >::value().