29 #ifndef PT_SYSTEM_CLOCK_H
30 #define PT_SYSTEM_CLOCK_H
32 #include <Pt/System/Api.h>
33 #include <Pt/DateTime.h>
34 #include <Pt/Timespan.h>
35 #include <Pt/NonCopyable.h>
84 class ClockImpl *_impl;
91 #endif // PT_SYSTEM_CLOCK_H
Measures time intervals.
Definition: Clock.h:46
Represents time spans in microsecond resolution.
Definition: Timespan.h:62
Protects derived classes from being copied.
Definition: NonCopyable.h:54
Combined Date and Time value.
Definition: DateTime.h:59