#include <CallGraph.hpp>


Public Member Functions | |
| NodesIterator (OA_ptr< DGraph::NodesIteratorInterface > ni) | |
| OA_ptr< NodeInterface > | currentCallGraphNode () const |
The NodesIterator is just an extension of DGraphStandard::NodesIterator and Interface::NodesIterator to provide access to CallGraph::CallGraph nodes.
Definition at line 89 of file CallGraph.hpp.
| OA::CallGraph::NodesIterator::NodesIterator | ( | OA_ptr< DGraph::NodesIteratorInterface > | ni | ) |
Definition at line 77 of file CallGraph.cpp.
| OA_ptr< NodeInterface > OA::CallGraph::NodesIterator::currentCallGraphNode | ( | ) | const [virtual] |
Implements OA::CallGraph::NodesIteratorInterface.
Definition at line 226 of file CallGraph.cpp.
References OA::OA_ptr< T >::convert(), and OA::DGraph::NodesIteratorImplement::current().

1.7.1