Public Member Functions

OA::ICFG::ICFGInterface Class Reference

#include <ICFGInterface.hpp>

Inheritance diagram for OA::ICFG::ICFGInterface:
Inheritance graph
[legend]
Collaboration diagram for OA::ICFG::ICFGInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual OA_ptr
< NodesIteratorInterface
getICFGNodesIterator () const =0
virtual OA_ptr
< EdgesIteratorInterface
getICFGEdgesIterator () const =0
virtual OA_ptr
< NodesIteratorInterface
getICFGEntryNodesIterator () const =0
virtual OA_ptr
< NodesIteratorInterface
getICFGExitNodesIterator () const =0
virtual OA_ptr
< NodesIteratorInterface
getICFGReversePostDFSIterator (DGraph::DGraphEdgeDirection pOrient)=0
virtual OA_ptr
< NodesIteratorInterface
getICFGDFSIterator (OA_ptr< NodeInterface > n)=0

Detailed Description

Definition at line 169 of file ICFGInterface.hpp.


Member Function Documentation

virtual OA_ptr<NodesIteratorInterface> OA::ICFG::ICFGInterface::getICFGDFSIterator ( OA_ptr< NodeInterface n  )  [pure virtual]
virtual OA_ptr<EdgesIteratorInterface> OA::ICFG::ICFGInterface::getICFGEdgesIterator (  )  const [pure virtual]
virtual OA_ptr<NodesIteratorInterface> OA::ICFG::ICFGInterface::getICFGEntryNodesIterator (  )  const [pure virtual]
virtual OA_ptr<NodesIteratorInterface> OA::ICFG::ICFGInterface::getICFGExitNodesIterator (  )  const [pure virtual]
virtual OA_ptr<NodesIteratorInterface> OA::ICFG::ICFGInterface::getICFGNodesIterator (  )  const [pure virtual]
virtual OA_ptr<NodesIteratorInterface> OA::ICFG::ICFGInterface::getICFGReversePostDFSIterator ( DGraph::DGraphEdgeDirection  pOrient  )  [pure virtual]

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