#include <ICFGInterface.hpp>


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 |
Definition at line 169 of file ICFGInterface.hpp.
| 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] |
1.7.1