![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#include "GaudiKernel/Stat.h"#include "GaudiKernel/IStatSvc.h"#include "GaudiKernel/StatEntity.h"#include <fmt/format.h>#include <fmt/ostream.h>#include <sstream>
Go to the source code of this file.
Functions | |
| Stat | operator+ (const Stat &stat, const double value) |
| external operator for addition of Stat and a number More... | |
| Stat | operator- (const Stat &stat, const double value) |
| external operator for subtraction of Stat and a number More... | |
| Stat | operator+ (const double value, const Stat &stat) |
| external operator for addition of Stat and a number More... | |
| Stat | operator+ (const Stat &stat, const Stat &value) |
| external operator for addition of Stat and Stat More... | |
| std::ostream & | operator<< (std::ostream &stream, const Stat &stat) |
| external printout operator to std::ostream More... | |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Stat & | stat | ||
| ) |
external printout operator to std::ostream