Go to the source code of this file.
|
| Gaudi |
| Header file for std:chrono::duration-based Counters.
|
|
◆ GAUDIKERNEL_TIME_ICPP
#define GAUDIKERNEL_TIME_ICPP 1 |
◆ operator!() [1/2]
Definition at line 181 of file Time.icpp.
ValueType ns() const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
◆ operator!() [2/2]
◆ operator+() [1/3]
Definition at line 165 of file Time.icpp.
ValueType ns() const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
◆ operator+() [2/3]
Definition at line 169 of file Time.icpp.
ValueType ns() const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
◆ operator+() [3/3]
◆ operator-() [1/3]
Definition at line 173 of file Time.icpp.
ValueType ns() const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
◆ operator-() [2/3]
Definition at line 177 of file Time.icpp.
ValueType ns() const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
◆ operator-() [3/3]
◆ operator<()
◆ operator<<()
Definition at line 196 of file Time.icpp.
196 {
return s << t.
ns(); }
ValueType ns() const
Return the time as nanoseconds since 00:00:00 on January 1, 1970 in UTC.
◆ operator>>()