![]() |
The Gaudi Framework
v27r0
|
#include <src/AlgContextSvc.h>


Public Member Functions | |
| StatusCode | setCurrentAlg (IAlgorithm *a) override |
| set the currently executing algorithm ("push_back") More... | |
| StatusCode | unSetCurrentAlg (IAlgorithm *a) override |
| remove the algorithm ("pop_back") More... | |
| IAlgorithm * | currentAlg () const override |
| accessor to current algorithm: More... | |
| const IAlgContextSvc::Algorithms & | algorithms () const override |
| get the stack of executed algorithms More... | |
| void | handle (const Incident &) override |
| handle incident More... | |
| StatusCode | initialize () override |
| standard initialization of the service More... | |
| StatusCode | finalize () override |
| standard finalization of the service More... | |
| AlgContextSvc (const std::string &name, ISvcLocator *svc) | |
| Standard Constructor. More... | |
| ~AlgContextSvc () override=default | |
| Standard Destructor. More... | |
Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Private Member Functions | |
| AlgContextSvc ()=delete | |
| AlgContextSvc (const AlgContextSvc &)=delete | |
| AlgContextSvc & | operator= (const AlgContextSvc &)=delete |
Private Attributes | |
| boost::thread_specific_ptr< IAlgContextSvc::Algorithms > | m_algorithms |
| the stack of current algorithms More... | |
| SmartIF< IIncidentSvc > | m_inc = nullptr |
| pointer to Incident Service More... | |
| bool | m_check = true |
Additional Inherited Members | |
Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
Definition at line 28 of file AlgContextSvc.h.
| AlgContextSvc::AlgContextSvc | ( | const std::string & | name, |
| ISvcLocator * | svc | ||
| ) |
Standard Constructor.
Instantiation of a static factory class used by clients to create instances of this service.
Definition at line 29 of file AlgContextSvc.cpp.
|
overridedefault |
Standard Destructor.
|
privatedelete |
|
privatedelete |
|
inlineoverride |
get the stack of executed algorithms
Definition at line 38 of file AlgContextSvc.h.
|
override |
accessor to current algorithm:
Definition at line 142 of file AlgContextSvc.cpp.
|
override |
standard finalization of the service
Definition at line 74 of file AlgContextSvc.cpp.
|
override |
handle incident
Definition at line 151 of file AlgContextSvc.cpp.
|
override |
standard initialization of the service
Definition at line 38 of file AlgContextSvc.cpp.
|
privatedelete |
|
override |
set the currently executing algorithm ("push_back")
Definition at line 95 of file AlgContextSvc.cpp.
|
override |
remove the algorithm ("pop_back")
Definition at line 115 of file AlgContextSvc.cpp.
|
private |
the stack of current algorithms
Definition at line 62 of file AlgContextSvc.h.
|
private |
Definition at line 66 of file AlgContextSvc.h.
|
private |
Definition at line 64 of file AlgContextSvc.h.