|
typedef Clock | clock_type |
|
typedef clock_type::duration | duration_type |
|
typedef clock_type::time_point | time_type |
|
typedef duration_type::period | period_type |
|
|
static time_type | now () |
|
static time_type | add (const time_type &t, const duration_type &d) |
|
static duration_type | subtract (const time_type &t1, const time_type &t2) |
|
static bool | less_than (const time_type &t1, const time_type &t2) |
|
static posix_time_duration | to_posix_duration (const duration_type &d) |
|
The documentation for this struct was generated from the following file: