![]() |
The Gaudi Framework
master (933c680c)
|
#include <GaudiKernel/IStatSvc.h>#include <GaudiKernel/SmartIF.h>#include <GaudiKernel/StatEntity.h>#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | Stat |
| Small wrapper class for easy manipulation with generic counters and IStatSvc interface. More... | |
Functions | |
| GAUDI_API Stat | operator+ (const Stat &stat, const double value) |
| external operator for addition of Stat and a number | |
| GAUDI_API Stat | operator- (const Stat &stat, const double value) |
| external operator for subtraction of Stat and a number | |
| GAUDI_API Stat | operator+ (const double value, const Stat &stat) |
| external operator for addition of Stat and a number | |
| GAUDI_API Stat | operator+ (const Stat &stat, const Stat &value) |
| external operator for addition of Stat and Stat | |
| GAUDI_API std::ostream & | operator<< (std::ostream &stream, const Stat &stat) |
| external printout operator to std::ostream | |
external printout operator to std::ostream
Definition at line 89 of file Stat.cpp.