|
| Edge (const unsigned long long id, const Node< T > &node1, const Node< T > &node2) |
|
| Edge (const unsigned long long id, const std::pair< const Node< T > *, const Node< T > * > &nodepair) |
|
const unsigned long long & | getId () const |
|
const std::pair< const Node< T > *, const Node< T > * > & | getNodePair () const |
|
virtual const std::optional< bool > | isDirected () const |
|
virtual const std::optional< bool > | isWeighted () const |
|
virtual bool | operator== (const Edge< T > &b) const |
|
bool | operator< (const Edge< T > &b) const |
|
|
std::ostream & | operator<< (std::ostream &os, const Edge< T > &edge) |
|
The documentation for this class was generated from the following file: