Public Member Functions | Friends

OA::Graph::Edge Class Reference

#include <Graph.hpp>

List of all members.

Public Member Functions

 Edge (OA_ptr< Node > n1, OA_ptr< Node > n2)
virtual ~Edge ()
OA_ptr< Nodenode1 ()
OA_ptr< Nodenode2 ()
bool operator== (BaseGraph::Edge &other)

Friends

class Graph

Detailed Description

Definition at line 62 of file Graph.hpp.


Constructor & Destructor Documentation

OA::Graph::Edge::Edge ( OA_ptr< Node n1,
OA_ptr< Node n2 
) [inline]

Definition at line 64 of file Graph.hpp.

virtual OA::Graph::Edge::~Edge (  )  [inline, virtual]

Definition at line 65 of file Graph.hpp.


Member Function Documentation

OA_ptr<Node> OA::Graph::Edge::node1 (  )  [inline]

Definition at line 66 of file Graph.hpp.

References OA::OA_ptr< T >::convert(), and OA::n.

Here is the call graph for this function:

OA_ptr<Node> OA::Graph::Edge::node2 (  )  [inline]

Definition at line 70 of file Graph.hpp.

References OA::OA_ptr< T >::convert(), and OA::n.

Here is the call graph for this function:

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

Definition at line 77 of file Graph.hpp.


Friends And Related Function Documentation

friend class Graph [friend]

Definition at line 74 of file Graph.hpp.


The documentation for this class was generated from the following file: