#include <CallGraphInterface.hpp>


Public Member Functions | |
| ~NodesIteratorInterface () | |
| virtual OA_ptr< NodeInterface > | currentCallGraphNode () const =0 |
The NodesIterator is just an extension of DGraph::NodesIterator to provide access to CFG::Interface nodes.
Definition at line 100 of file CallGraphInterface.hpp.
| OA::CallGraph::NodesIteratorInterface::~NodesIteratorInterface | ( | ) | [inline, virtual] |
Reimplemented from OA::DGraph::NodesIteratorInterface.
Definition at line 103 of file CallGraphInterface.hpp.
| virtual OA_ptr<NodeInterface> OA::CallGraph::NodesIteratorInterface::currentCallGraphNode | ( | ) | const [pure virtual] |
Implemented in OA::CallGraph::NodesIterator.
1.7.1