![]() |
The Gaudi Framework
v28r2
|
Non-templated base class for actual ToolHandle<T>. More...
#include <GaudiKernel/ToolHandle.h>
Public Member Functions | |
StatusCode | retrieve (IAlgTool *&tool) const |
const IAlgTool * | get () const |
IAlgTool * | get () |
virtual std::string | typeAndName () const =0 |
![]() | |
virtual | ~ToolHandleInfo ()=default |
bool | isPublic () const noexcept |
bool | createIf () const noexcept |
const IInterface * | parent () const noexcept |
Protected Member Functions | |
BaseToolHandle (const IInterface *parent=nullptr, bool createIf=true) | |
virtual StatusCode | i_retrieve (IAlgTool *&) const =0 |
virtual const IAlgTool * | getAsIAlgTool () const =0 |
virtual IAlgTool * | getAsIAlgTool ()=0 |
![]() | |
ToolHandleInfo (const IInterface *parent=nullptr, bool createIf=true) | |
Additional Inherited Members | |
![]() | |
static std::string | toolComponentType (const IInterface *parent) |
static std::string | toolParentName (const IInterface *parent) |
![]() | |
const IInterface * | m_parent = nullptr |
bool | m_createIf {true} |
Non-templated base class for actual ToolHandle<T>.
Defines the interface for the management of ToolHandles in the Algorithms and Tools
Definition at line 73 of file ToolHandle.h.
|
inlineprotected |
Definition at line 78 of file ToolHandle.h.
|
inline |
Definition at line 90 of file ToolHandle.h.
|
inline |
Definition at line 92 of file ToolHandle.h.
|
protectedpure virtual |
Implemented in ToolHandle< T >, and ToolHandle< IThreadInitTool >.
|
protectedpure virtual |
Implemented in ToolHandle< T >, and ToolHandle< IThreadInitTool >.
|
protectedpure virtual |
Implemented in ToolHandle< T >, and ToolHandle< IThreadInitTool >.
|
inline |
Definition at line 86 of file ToolHandle.h.
|
pure virtual |
Implemented in ToolHandle< T >, and ToolHandle< IThreadInitTool >.