Go to the source code of this file.
|
| Gaudi |
| Helper functions to set/get the application return code.
|
|
|
std::ostream & | Gaudi::operator<< (std::ostream &out, const Gaudi::Time &time) |
| Output operator. More...
|
|
std::ostream & | Gaudi::operator<< (std::ostream &out, const Gaudi::TimeSpan &time) |
| Output operator. More...
|
|
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 &t1, const Gaudi::Time &t2) |
|
Gaudi::Time | operator- (const Gaudi::Time &t, const Gaudi::TimeSpan &ts) |
|
bool | operator== (const Gaudi::Time &t1, const Gaudi::Time &t2) |
|
bool | operator!= (const Gaudi::Time &t1, const Gaudi::Time &t2) |
|
bool | operator< (const Gaudi::Time &t1, const Gaudi::Time &t2) |
|
bool | operator<= (const Gaudi::Time &t1, const Gaudi::Time &t2) |
|
bool | operator> (const Gaudi::Time &t1, const Gaudi::Time &t2) |
|
bool | operator>= (const Gaudi::Time &t1, const Gaudi::Time &t2) |
|
bool | operator! (const Gaudi::Time &t) |
|
Gaudi::TimeSpan | operator+ (const Gaudi::TimeSpan &ts) |
|
Gaudi::TimeSpan | operator- (const Gaudi::TimeSpan &ts) |
|
Gaudi::TimeSpan | operator+ (const Gaudi::TimeSpan &ts1, const Gaudi::TimeSpan &ts2) |
|
Gaudi::TimeSpan | operator- (const Gaudi::TimeSpan &ts1, const Gaudi::TimeSpan &ts2) |
|
bool | operator== (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
|
bool | operator!= (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
|
bool | operator< (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
|
bool | operator<= (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
|
bool | operator> (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
|
bool | operator>= (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
|
bool | operator! (const Gaudi::TimeSpan &ts) |
|
StreamBuffer & | operator<< (StreamBuffer &s, const Gaudi::Time &t) |
|
StreamBuffer & | operator>> (StreamBuffer &s, Gaudi::Time &t) |
|
#define GAUDIKERNEL_TIME_ICPP 1 |
Definition at line 248 of file Time.icpp.
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 308 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 228 of file Time.icpp.
229 return t1.
ns() != t2.
ns();
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 288 of file Time.icpp.
289 return t1.
ns() != t2.
ns();
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 196 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 200 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 264 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 204 of file Time.icpp.
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 208 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 260 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 268 of file Time.icpp.
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 232 of file Time.icpp.
233 return t1.
ns() < t2.
ns();
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 292 of file Time.icpp.
293 return t1.
ns() < t2.
ns();
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 315 of file Time.icpp.
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 236 of file Time.icpp.
237 return t1.
ns() <= t2.
ns();
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 296 of file Time.icpp.
297 return t1.
ns() <= t2.
ns();
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 224 of file Time.icpp.
225 return t1.
ns() == t2.
ns();
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 284 of file Time.icpp.
285 return t1.
ns() == t2.
ns();
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 240 of file Time.icpp.
241 return t1.
ns() > t2.
ns();
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 300 of file Time.icpp.
301 return t1.
ns() > t2.
ns();
ValueType ns(void) const
Return the time span as nanoseconds.
Definition at line 244 of file Time.icpp.
245 return t1.
ns() >= t2.
ns();
ValueType ns(void) const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
Definition at line 304 of file Time.icpp.
305 return t1.
ns() >= t2.
ns();
ValueType ns(void) const
Return the time span as nanoseconds.