![]() |
The Gaudi Framework
v25r3
|
Implementation file for class StatEntity. More...
#include <iostream>
#include <sstream>
#include <string>
#include <cmath>
#include <limits>
#include "GaudiKernel/StatEntity.h"
#include "boost/format.hpp"
#include "boost/static_assert.hpp"
#include "boost/algorithm/string/case_conv.hpp"
Go to the source code of this file.
Macros | |
#define | GAUDIKERNEL_STATENTITY_CPP 1 |
Functions | |
StatEntity | operator+ (const StatEntity &entity, const double value) |
external operator for addition of StatEntity and a number More... | |
StatEntity | operator+ (const double value, const StatEntity &entity) |
external operator for addition of StatEntity and a number More... | |
StatEntity | operator- (const StatEntity &entity, const double value) |
external operator for subtraction of StatEntity and a number More... | |
StatEntity | operator+ (const StatEntity &entity, const StatEntity &value) |
external operator for addition of StatEntity and a number More... | |
std::ostream & | operator<< (std::ostream &stream, const StatEntity &entity) |
external printout operator to std::ostream More... | |
#define GAUDIKERNEL_STATENTITY_CPP 1 |
Definition at line 5 of file StatEntity.cpp.
StatEntity operator+ | ( | const StatEntity & | entity, |
const double | value | ||
) |
external operator for addition of StatEntity and a number
Definition at line 247 of file StatEntity.cpp.
StatEntity operator+ | ( | const double | value, |
const StatEntity & | entity | ||
) |
external operator for addition of StatEntity and a number
Definition at line 252 of file StatEntity.cpp.
StatEntity operator+ | ( | const StatEntity & | entity, |
const StatEntity & | value | ||
) |
external operator for addition of StatEntity and a number
Definition at line 262 of file StatEntity.cpp.
StatEntity operator- | ( | const StatEntity & | entity, |
const double | value | ||
) |
external operator for subtraction of StatEntity and a number
Definition at line 257 of file StatEntity.cpp.
std::ostream& operator<< | ( | std::ostream & | stream, |
const StatEntity & | entity | ||
) |
external printout operator to std::ostream
Definition at line 267 of file StatEntity.cpp.