Public Member Functions

OA::CallGraph::NodesIteratorInterface Class Reference

#include <CallGraphInterface.hpp>

Inheritance diagram for OA::CallGraph::NodesIteratorInterface:
Inheritance graph
[legend]
Collaboration diagram for OA::CallGraph::NodesIteratorInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~NodesIteratorInterface ()
virtual OA_ptr< NodeInterfacecurrentCallGraphNode () const =0

Detailed Description

The NodesIterator is just an extension of DGraph::NodesIterator to provide access to CFG::Interface nodes.

Definition at line 100 of file CallGraphInterface.hpp.


Constructor & Destructor Documentation

OA::CallGraph::NodesIteratorInterface::~NodesIteratorInterface (  )  [inline, virtual]

Reimplemented from OA::DGraph::NodesIteratorInterface.

Definition at line 103 of file CallGraphInterface.hpp.


Member Function Documentation

virtual OA_ptr<NodeInterface> OA::CallGraph::NodesIteratorInterface::currentCallGraphNode (  )  const [pure virtual]

The documentation for this class was generated from the following file: