The Gaudi Framework
v29r0 (ff2e7097)
|
General info and helper functions for toolhandles and arrays. More...
#include <GaudiKernel/ToolHandle.h>
Public Member Functions | |
virtual | ~ToolHandleInfo ()=default |
bool | isPublic () const noexcept |
bool | createIf () const noexcept |
const IInterface * | parent () const noexcept |
Static Public Member Functions | |
static std::string | toolComponentType (const IInterface *parent) |
static std::string | toolParentName (const IInterface *parent) |
Protected Member Functions | |
ToolHandleInfo (const IInterface *parent=nullptr, bool createIf=true) | |
Protected Attributes | |
const IInterface * | m_parent = nullptr |
bool | m_createIf {true} |
General info and helper functions for toolhandles and arrays.
Definition at line 25 of file ToolHandle.h.
|
inlineprotected |
Definition at line 29 of file ToolHandle.h.
|
virtualdefault |
|
inlinenoexcept |
Definition at line 39 of file ToolHandle.h.
|
inlinenoexcept |
Definition at line 37 of file ToolHandle.h.
|
inlinenoexcept |
Definition at line 41 of file ToolHandle.h.
|
inlinestatic |
Definition at line 47 of file ToolHandle.h.
|
inlinestatic |
Definition at line 49 of file ToolHandle.h.
|
protected |
Definition at line 57 of file ToolHandle.h.
|
protected |
Definition at line 56 of file ToolHandle.h.