DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Helper to debug plugin manager calls. More...
#include <Plugins.h>
Public Member Functions | |
PluginDebug (int dbg=2) noexcept(false) | |
Default constructor. More... | |
~PluginDebug () noexcept(false) | |
Default destructor. More... | |
std::string | missingFactory (const std::string &name) const |
Helper to check factory existence. More... | |
Public Attributes | |
int | m_debug |
Helper to debug plugin manager calls.
Small helper class to adjust the plugin service debug level for a limited code scope. Automatically back-adjusts the debug level at object destruction.
|
noexcept |
Default constructor.
Definition at line 137 of file Plugins.cpp.
|
noexcept |
Default destructor.
Definition at line 142 of file Plugins.cpp.
std::string PluginDebug::missingFactory | ( | const std::string & | name | ) | const |
Helper to check factory existence.
Definition at line 147 of file Plugins.cpp.