The Gaudi Framework
v30r3 (a5ef0a68)
|
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 29 of file ToolHandle.h.
|
inlineprotected |
Definition at line 33 of file ToolHandle.h.
|
virtualdefault |
|
inlinenoexcept |
Definition at line 43 of file ToolHandle.h.
|
inlinenoexcept |
Definition at line 41 of file ToolHandle.h.
|
inlinenoexcept |
Definition at line 45 of file ToolHandle.h.
|
inlinestatic |
Definition at line 51 of file ToolHandle.h.
|
inlinestatic |
Definition at line 53 of file ToolHandle.h.
|
protected |
Definition at line 61 of file ToolHandle.h.
|
protected |
Definition at line 60 of file ToolHandle.h.