7 namespace honey {
namespace platform
10 template<
class Sub
class>
13 typedef TimePoint<Subclass, Microsec> TimePoint;
15 static TimePoint now();
18 template<
class Sub
class>
21 typedef TimePoint<Subclass, Nanosec> TimePoint;
23 static TimePoint now();
27 static LARGE_INTEGER _start;
32 template<
class Sub
class>
Double MonoClock<Subclass>::_toNano;
33 template<
class Sub
class> LARGE_INTEGER MonoClock<Subclass>::_start;
34 template<
class Sub
class>
bool MonoClock<Subclass>::_init = init();
Double_::Real Double
double type
Definition: Double.h:60
Global Honeycomb namespace.