1 #ifndef GAUDIKERNEL_ISTATSVC_H     2 #define GAUDIKERNEL_ISTATSVC_H 1    41   virtual void stat( 
const StatTag& t, 
const StatFlag& f ) = 0;
    46   virtual void statPrint( 
const StatTag& t ) = 0;
    51   virtual const StatEntity* stat( 
const StatTag& t ) 
const = 0;
    56 #endif // GAUDIKERNEL_ISTATSVC_H double StatFlag
the actual value type used for Stat 
 
#define DeclareInterfaceID(iface, major, minor)                                                                                                                                        
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
 
Definition of the basic interface. 
 
"Stat"-related part of interface IChronoStatSvc 
 
The basic counter used for Monitoring purposes. 
 
std::string StatTag
the actual identificator of Stat