Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <EdgeBase.hpp>
Public Member Functions | |
virtual | ~EdgeBase () noexcept=default |
virtual void | operator>> (ext::ostream &os) const =0 |
Friends | |
ext::ostream & | operator<< (ext::ostream &os, const EdgeBase &instance) |
Represents edge in graph.
|
virtualdefaultnoexcept |
|
pure virtual |
Implemented in edge::CapacityEdge< TNode, TCapacity >, edge::Edge< TNode >, and edge::WeightedEdge< TNode, TWeight >.
|
friend |