A 64-bit timestamp in milliseconds since the Unix epoch. More...
Go to the source code of this file.
Classes | |
class | timestamp |
A 64-bit timestamp in milliseconds since the Unix epoch. More... | |
Namespaces | |
proton | |
The main Proton namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &, timestamp) |
Print a timestamp. | |
Comparison and arithmetic operators | |
bool | operator== (timestamp x, timestamp y) |
bool | operator< (timestamp x, timestamp y) |
timestamp | operator+ (timestamp ts, duration d) |
timestamp | operator- (timestamp ts, duration d) |
duration | operator- (timestamp t0, timestamp t1) |
timestamp | operator+ (duration d, timestamp ts) |
A 64-bit timestamp in milliseconds since the Unix epoch.