carb::time
-
namespace time
Namespace for time utilities.
Classes
carb::time::tsc_clock: Static class for a CPU time-stamp clock.
Functions
carb::time::asctime_r: Platform independent version of asctime_r: convert a
struct tminto a null-terminated string.carb::time::ctime_r: Platform independent version of ctime_r; convert a
time_tinto a null-terminated string in the user's local time zone.carb::time::gmtime_r: Platform independent version of gmtime_r: convert a
time_tto UTC component representation.carb::time::localtime_r: Platform independent version of localtime_r: convert a
time_tto local timezone component representation.