#include <Graph.hpp>
Public Member Functions | |
| EdgesIterator (Graph &g) | |
| virtual | ~EdgesIterator () |
| OA_ptr< Edge > | current () |
The EdgesIterator is just and extension of BaseGraph::EdgesIterator to provide access to Graph edges.
Definition at line 93 of file Graph.hpp.
| OA::Graph::EdgesIterator::EdgesIterator | ( | Graph & | g | ) | [inline] |
| virtual OA::Graph::EdgesIterator::~EdgesIterator | ( | ) | [inline, virtual] |
Definition at line 97 of file Graph.hpp.
References OA::OA_ptr< T >::convert().

1.7.1