#include <clock.h>
virtual mir::time::Clock::~Clock |
( |
| ) |
|
|
virtualdefault |
mir::time::Clock::Clock |
( |
| ) |
|
|
protecteddefault |
mir::time::Clock::Clock |
( |
Clock const & |
| ) |
|
|
protecteddelete |
The minimum amount of real time we would have to wait for this clock to reach or surpass the specified timestamp.
For clocks that deal in real time (i.e., most production implementations), this will just be max(t - now(), 0). However, fake clocks may return different durations.
Implemented in mir::time::SteadyClock.
virtual Timestamp mir::time::Clock::now |
( |
| ) |
const |
|
pure virtual |
Clock& mir::time::Clock::operator= |
( |
Clock const & |
| ) |
|
|
protecteddelete |
The documentation for this class was generated from the following file:
- src/include/common/mir/time/clock.h
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015