19 #ifndef LUNCHBOX_CLOCK_H
20 #define LUNCHBOX_CLOCK_H
27 namespace detail {
class Clock; }
40 LUNCHBOX_API Clock &
operator= (
const Clock& ref);
46 LUNCHBOX_API
void reset();
49 LUNCHBOX_API
void set(
const int64_t time );
74 LUNCHBOX_API
double getTimed()
const;
88 detail::Clock*
const _impl;
91 #endif // LUNCHBOX_CLOCK_H