BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
Namespaces | |
units | |
Typedefs | |
typedef std::chrono::high_resolution_clock | Clock |
typedef Clock::duration | Duration |
typedef std::chrono::time_point< Clock > | TimePoint |
Functions | |
TimePoint | fromTimeT (time_t time) |
int | millisecondsElapsed (const TimePoint &time_point) |
TimePoint | now () |
int | secondsElapsed (const TimePoint &time_point) |
time_t | toTimeT (const TimePoint &time_point) |
typedef std::chrono::high_resolution_clock bst::clck::Clock |
typedef std::chrono::time_point<Clock> bst::clck::TimePoint |
typedef Clock::duration bst::clck::Duration |
|
inline |
Referenced by bst::getUnixTime(), bst::Timer::isDone(), main(), millisecondsElapsed(), bst::Timer::reset(), secondsElapsed(), bst::Timer::setDone(), and TEST().
|
inline |
References now().
Referenced by bst::time::elapsedAsciiClock().
|
inline |
|
inline |
Referenced by bst::time::dateAndTimeString(), and bst::time::timeString().
|
inline |