![]() |
The Gaudi Framework
v38r0 (2143aa4c)
|
Namespaces | |
details | |
Classes | |
class | BaseSink |
Base class for all Sinks registering to the Monitoring Hub Should be extended by actual Sinks. More... | |
struct | ClashingEntityName |
struct | Hub |
Central entity in a Gaudi application that manages monitoring objects (i.e. More... | |
class | JSONSink |
struct | MessageSvcSink |
Sink dedicated to printing messages to the MessageSvc. More... | |
Functions | |
template<typename T > | |
void | reset (T &) |
default (empty) implementation of reset method for types stored into an entity More... | |
template<typename T > | |
void | mergeAndReset (T &, T &) |
default (empty) implementation of mergeAndReset method for types stored into an entity More... | |
void Gaudi::Monitoring::mergeAndReset | ( | T & | , |
T & | |||
) |
default (empty) implementation of mergeAndReset method for types stored into an entity
Definition at line 79 of file MonitoringHub.h.
void Gaudi::Monitoring::reset | ( | T & | ) |
default (empty) implementation of reset method for types stored into an entity
Definition at line 75 of file MonitoringHub.h.