Class Clock
Defined in File Clock.h
Nested Relationships
Nested Types
Class Documentation
-
class Clock
Provides a clock / timer.
Public Functions
-
Clock()
-
virtual ~Clock()
-
void reset()
-
double getSecond()
-
double getMillisecond()
-
class Impl
Public Functions
-
inline Impl()
-
inline void reset()
-
inline double getSecond()
Returns the time in ms since the last call to reset or since the btClock was created.
-
inline Impl()
-
inline void reset()
-
inline double getTime()
Returns the time in since the last call to reset or since the btClock was created.
-
inline Impl()
-
Clock()