DG-CPP 0.1.0
Directed Graph in C++
|
#include <edge.hpp>
Public Member Functions | |
Edge ()=default | |
Edge (const EdgeT &data_) | |
operator EdgeT & () | |
operator EdgeT () const | |
Public Attributes | |
EdgeT | data |
Static Public Attributes | |
static constexpr bool | HAS_DATA = true |
|
default |
dg::Edge< EdgeT >::Edge | ( | const EdgeT & | data_ | ) |
dg::Edge< EdgeT >::operator EdgeT |
dg::Edge< EdgeT >::operator EdgeT & |
EdgeT dg::Edge< EdgeT >::data |
edge data
|
inlinestaticconstexpr |
Indicating there is data member.