|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 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 | |
| DeclareInterfaceID (IAlgContextSvc, 3, 0) | |
| InterfaceID. | |
| 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 | |
Protected Member Functions | |
| virtual | ~IAlgContextSvc () |
| virtual and protected desctructor | |
| typedef std::vector<IAlgorithm*> IAlgContextSvc::Algorithms |
| IAlgContextSvc::~IAlgContextSvc | ( | ) | [protected, virtual] |
| IAlgContextSvc::DeclareInterfaceID | ( | IAlgContextSvc | , | |
| 3 | , | |||
| 0 | ||||
| ) |
| virtual StatusCode IAlgContextSvc::setCurrentAlg | ( | IAlgorithm * | a | ) | [pure virtual] |
set the currently executing algorithm ("push_back")
| virtual StatusCode IAlgContextSvc::unSetCurrentAlg | ( | IAlgorithm * | a | ) | [pure virtual] |
remove the algorithm ("pop_back")
| virtual IAlgorithm* IAlgContextSvc::currentAlg | ( | ) | const [pure virtual] |
accessor to current algorithm:
| virtual const Algorithms& IAlgContextSvc::algorithms | ( | ) | const [pure virtual] |
get the stack of executed algorithms