The Gaudi Framework  v38r0 (2143aa4c)
Gaudi::Monitoring Namespace Reference

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...
 

Function Documentation

◆ mergeAndReset()

template<typename T >
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.

79 {}

◆ reset()

template<typename T >
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.

75 {}