Public Member Functions

OA::Graph::EdgesIterator Class Reference

#include <Graph.hpp>

List of all members.

Public Member Functions

 EdgesIterator (Graph &g)
virtual ~EdgesIterator ()
OA_ptr< Edgecurrent ()

Detailed Description

The EdgesIterator is just and extension of BaseGraph::EdgesIterator to provide access to Graph edges.

Definition at line 93 of file Graph.hpp.


Constructor & Destructor Documentation

OA::Graph::EdgesIterator::EdgesIterator ( Graph g  )  [inline]

Definition at line 95 of file Graph.hpp.

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

Definition at line 96 of file Graph.hpp.


Member Function Documentation

OA_ptr<Edge> OA::Graph::EdgesIterator::current (  )  [inline]

Definition at line 97 of file Graph.hpp.

References OA::OA_ptr< T >::convert().

Here is the call graph for this function:


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