![]() |
The Gaudi Framework
master (1304469f)
|
General info and helper functions for toolhandles and arrays. More...
#include </builds/gaudi/Gaudi/GaudiKernel/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 40 of file ToolHandle.h.
|
inlineprotected |
Definition at line 43 of file ToolHandle.h.
|
virtualdefault |
|
inlinenoexcept |
Definition at line 51 of file ToolHandle.h.
|
inlinenoexcept |
Definition at line 49 of file ToolHandle.h.
|
inlinenoexcept |
Definition at line 53 of file ToolHandle.h.
|
inlinestatic |
Definition at line 59 of file ToolHandle.h.
|
inlinestatic |
Definition at line 61 of file ToolHandle.h.
|
protected |
Definition at line 68 of file ToolHandle.h.
|
protected |
Definition at line 67 of file ToolHandle.h.