The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/DataObjID.h>
#include <GaudiKernel/ToolVisitor.h>
#include <functional>
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | RenounceToolInputsVisitor |
Helper class to be used in conjunction with the recursive tool visitor to renounce certain inputs. More... | |
struct | RenounceToolInputsVisitor::ILogger |
Helper class interface to optionally log renounce operations. More... | |
struct | RenounceToolInputsVisitor::NoLogger |
A do-nothing helper class which implements the logger interface. More... | |
class | RenounceToolInputsVisitor::Logger |
Macros | |
#define | USAGE_IS_THREAD_SAFE |
#define USAGE_IS_THREAD_SAFE |
Definition at line 21 of file RenounceToolInputsVisitor.h.