Qpid Proton C++
0.17.0
|
A span of time in milliseconds. More...
#include <duration.hpp>
Public Types | |
typedef int64_t | numeric_type |
Numeric type used to store milliseconds. | |
Public Member Functions | |
duration (numeric_type ms=0) | |
Construct from milliseconds. | |
duration & | operator= (numeric_type ms) |
Assign. | |
numeric_type | milliseconds () const |
Return milliseconds. | |
Static Public Attributes | |
static const duration | FOREVER |
Wait forever. | |
static const duration | IMMEDIATE |
Don't wait at all. | |
static const duration | SECOND |
One second. | |
static const duration | MINUTE |
One minute. | |
A span of time in milliseconds.