#include <EachCFGStandard.hpp>


Public Member Functions | |
| EachCFGStandard (OA_ptr< ManagerCFGStandard > cfgman) | |
| virtual | ~EachCFGStandard () |
| OA_ptr< CFG::CFGInterface > | getCFGResults (ProcHandle proc) |
| Returns CFG results for the given procedure. | |
Private Attributes | |
| OA_ptr< ManagerCFGStandard > | mCFGMan |
| Returns iterator over procedures with CFG results available. | |
| std::map< ProcHandle, OA_ptr < CFG::CFGInterface > > | mProcToCFGMap |
Definition at line 25 of file EachCFGStandard.hpp.
| OA::CFG::EachCFGStandard::EachCFGStandard | ( | OA_ptr< ManagerCFGStandard > | cfgman | ) | [inline] |
Definition at line 27 of file EachCFGStandard.hpp.
| virtual OA::CFG::EachCFGStandard::~EachCFGStandard | ( | ) | [inline, virtual] |
Definition at line 29 of file EachCFGStandard.hpp.
| OA_ptr<CFG::CFGInterface> OA::CFG::EachCFGStandard::getCFGResults | ( | ProcHandle | proc | ) | [inline, virtual] |
Returns CFG results for the given procedure.
Implements OA::CFG::EachCFGInterface.
Definition at line 32 of file EachCFGStandard.hpp.
References mCFGMan, and mProcToCFGMap.
Returns iterator over procedures with CFG results available.
commented out by PLM 08/13/06 OA_ptr<CFG::ManagerStandard> mCFGMan;
Definition at line 66 of file EachCFGStandard.hpp.
Referenced by getCFGResults().
std::map<ProcHandle,OA_ptr<CFG::CFGInterface> > OA::CFG::EachCFGStandard::mProcToCFGMap [private] |
Definition at line 67 of file EachCFGStandard.hpp.
Referenced by getCFGResults().
1.7.1