Public Member Functions | Private Attributes

OA::CFG::EachCFGStandard Class Reference

#include <EachCFGStandard.hpp>

Inheritance diagram for OA::CFG::EachCFGStandard:
Inheritance graph
[legend]
Collaboration diagram for OA::CFG::EachCFGStandard:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EachCFGStandard (OA_ptr< ManagerCFGStandard > cfgman)
virtual ~EachCFGStandard ()
OA_ptr< CFG::CFGInterfacegetCFGResults (ProcHandle proc)
 Returns CFG results for the given procedure.

Private Attributes

OA_ptr< ManagerCFGStandardmCFGMan
 Returns iterator over procedures with CFG results available.
std::map< ProcHandle, OA_ptr
< CFG::CFGInterface > > 
mProcToCFGMap

Detailed Description

Definition at line 25 of file EachCFGStandard.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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().

Definition at line 67 of file EachCFGStandard.hpp.

Referenced by getCFGResults().


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