Public Member Functions

OA::Graph::NodesIterator Class Reference

#include <Graph.hpp>

List of all members.

Public Member Functions

 NodesIterator (Graph &g)
virtual ~NodesIterator ()
OA_ptr< Nodecurrent ()

Detailed Description

The NodesIterator is just and extension of BaseGraph::NodesIterator to provide access to Graph nodes.

Definition at line 82 of file Graph.hpp.


Constructor & Destructor Documentation

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

Definition at line 84 of file Graph.hpp.

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

Definition at line 85 of file Graph.hpp.


Member Function Documentation

OA_ptr<Node> OA::Graph::NodesIterator::current (  )  [inline]

Definition at line 86 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: