#include <decomp.h>
Public Member Functions | |
Edge (int weight_=0) | |
Edge (map< int, Node >::iterator node1_, map< int, Node >::iterator node2_, int weight_=0) | |
Node & | neighbour (const Node &node) const |
Gives neighbour. | |
bool | operator< (const Edge &e) const |
Public Attributes | |
map< int, Node >::iterator | node1 |
map< int, Node >::iterator | node2 |
int | weight |
Definition at line 38 of file decomp.h.
bool DecompGraph::Edge::operator< | ( | const Edge & | e | ) | const [inline] |
map<int, Node>::iterator DecompGraph::Edge::node1 |
map<int, Node>::iterator DecompGraph::Edge::node2 |
int DecompGraph::Edge::weight [mutable] |