![]() |
|
|
Generated: 8 Jan 2009 |
#include <IAlgContextSvc.h>


Definition at line 28 of file IAlgContextSvc.h.
Public Types | |
| typedef std::vector< IAlgorithm * > | Algorithms |
| the actual type of algorithm' stack | |
Public Member Functions | |
| virtual StatusCode | setCurrentAlg (IAlgorithm *a)=0 |
| set the currently executing algorithm ("push_back") | |
| virtual StatusCode | unSetCurrentAlg (IAlgorithm *a)=0 |
| remove the algorithm ("pop_back") | |
| virtual IAlgorithm * | currentAlg () const =0 |
| accessor to current algorithm: | |
| virtual const Algorithms & | algorithms () const =0 |
| get the stack of executed algorithms | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| unique algorithm identification | |
Protected Member Functions | |
| virtual | ~IAlgContextSvc () |
| virtual and protected desctructor | |
| typedef std::vector<IAlgorithm*> IAlgContextSvc::Algorithms |
| IAlgContextSvc::~IAlgContextSvc | ( | ) | [protected, virtual] |
| virtual StatusCode IAlgContextSvc::setCurrentAlg | ( | IAlgorithm * | a | ) | [pure virtual] |
| virtual StatusCode IAlgContextSvc::unSetCurrentAlg | ( | IAlgorithm * | a | ) | [pure virtual] |
| virtual IAlgorithm* IAlgContextSvc::currentAlg | ( | ) | const [pure virtual] |
| virtual const Algorithms& IAlgContextSvc::algorithms | ( | ) | const [pure virtual] |
| const InterfaceID & IAlgContextSvc::interfaceID | ( | ) | [static] |
unique algorithm identification
Reimplemented from IInterface.
Definition at line 31 of file AlgContext.cpp.
00032 { 00033 static const InterfaceID s_interface ( "IAlgContextSvc" , 2 , 0 ) ; 00034 return s_interface ; 00035 }