#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RenounceToolInputsVisitor.h>
|
template<typename F , typename = std::enable_if_t<std::is_invocable_r_v<void, F, std::string_view, std::string_view>>> |
| Logger (F func) |
|
void | renounce (std::string_view tool_name, std::string_view key) override |
|
virtual | ~ILogger ()=default |
|
Definition at line 42 of file RenounceToolInputsVisitor.h.
◆ Logger()
template<typename F , typename = std::enable_if_t<std::is_invocable_r_v<void, F, std::string_view, std::string_view>>>
RenounceToolInputsVisitor::Logger::Logger |
( |
F |
func | ) |
|
|
inline |
◆ renounce()
void RenounceToolInputsVisitor::Logger::renounce |
( |
std::string_view |
tool_name, |
|
|
std::string_view |
key |
|
) |
| |
|
inlineoverridevirtual |
◆ m_func
std::function<void( std::string_view, std::string_view )> RenounceToolInputsVisitor::Logger::m_func |
|
private |
The documentation for this class was generated from the following file: