#include <Graph.hpp>
Public Member Functions | |
| Edge (OA_ptr< Node > n1, OA_ptr< Node > n2) | |
| virtual | ~Edge () |
| OA_ptr< Node > | node1 () |
| OA_ptr< Node > | node2 () |
| bool | operator== (BaseGraph::Edge &other) |
Friends | |
| class | Graph |
Definition at line 62 of file Graph.hpp.
Definition at line 66 of file Graph.hpp.
References OA::OA_ptr< T >::convert(), and OA::n.

Definition at line 70 of file Graph.hpp.
References OA::OA_ptr< T >::convert(), and OA::n.

| bool OA::Graph::Edge::operator== | ( | BaseGraph::Edge & | other | ) | [inline] |
1.7.1