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

1.7.1