![]() |
The Gaudi Framework
master (bb4415cc)
|
#include <GaudiKernel/GaudiException.h>#include <GaudiKernel/Kernel.h>#include <GaudiKernel/StatusCode.h>#include <GaudiKernel/StreamBuffer.h>#include <cstdint>#include <iostream>#include <limits>#include <string>#include <string_view>#include <utility>

Go to the source code of this file.
Classes | |
| class | TimeException |
| Exception thrown by Gaudi::Time. More... | |
| class | Gaudi::TimeSpan |
| Based on seal::TimeSpan. More... | |
| class | Gaudi::Time |
| Based on seal::Time. More... | |
| class | backwards_compatibility_hack_time_timespan |
Namespaces | |
| namespace | Gaudi |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Functions | |
| std::ostream & | Gaudi::operator<< (std::ostream &out, const Gaudi::Time &time) |
| Output operator. | |
| std::ostream & | Gaudi::operator<< (std::ostream &out, const Gaudi::TimeSpan &time) |
| Output operator. | |
| Gaudi::Time | operator+ (const Gaudi::Time &t, const Gaudi::TimeSpan &ts) |
| Gaudi::Time | operator+ (const Gaudi::TimeSpan &ts, const Gaudi::Time &t) |
| Gaudi::TimeSpan | operator- (const Gaudi::Time &t1t1, const Gaudi::Time &t2t2) |
| Gaudi::Time | operator- (const Gaudi::Time &t, const Gaudi::TimeSpan &ts) |
| bool | operator! (const Gaudi::Time &t) |
| Gaudi::TimeSpan | operator+ (const Gaudi::TimeSpan &ts) |
| Gaudi::TimeSpan | operator- (const Gaudi::TimeSpan &ts) |
| bool | operator! (const Gaudi::TimeSpan &ts) |
| StreamBuffer & | operator<< (StreamBuffer &s, const Gaudi::Time &t) |
| StreamBuffer & | operator>> (StreamBuffer &s, Gaudi::Time &t) |
| bool | operator< (backwards_compatibility_hack_time_timespan, backwards_compatibility_hack_time_timespan) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |