![]() |
|
|
Generated: 18 Jul 2008 |
2007-07-08
Definition in file Stat.cpp.
#include <sstream>
#include "GaudiKernel/IStatSvc.h"
#include "GaudiKernel/ICounterSvc.h"
#include "GaudiKernel/Stat.h"
#include "GaudiKernel/StatEntity.h"
#include "boost/format.hpp"
Include dependency graph for Stat.cpp:

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 | |
| Stat | operator- (const Stat &stat, const double value) |
| external operator for subtraction of Stat and a number | |
| Stat | operator+ (const double value, const Stat &stat) |
| external operator for addition of Stat and a number | |
| Stat | operator+ (const Stat &stat, const Stat &value) |
| external operator for addition of Stat and Stat | |
| std::ostream & | operator<< (std::ostream &stream, const Stat &stat) |
| external printout operator to std::ostream | |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const Stat & | stat | |||
| ) |
external printout operator to std::ostream
Definition at line 235 of file Stat.cpp.
References Stat::print().
00236 { return stat.print( stream ) ; }