jle_cpp_tk  0.0 2015-04-03 sh1:"d699093732dd5f321606d0ff7a6b63b229f1922c"
A small, safe, selft contained, soft-realtime C++ toolkit
jle::chrono Namespace Reference

Here we have helpers and functions for time_point and durations. More...

Classes

struct  day
 
struct  duration
 
struct  month
 
class  time_point
 similar to std::chrono::time_point but monotonic with adjustments to system_clock More...
 
struct  year
 

Functions

time_point now ()
 
time_point make_from_date (const year &y, const month &m, const day &d)
 
time_point today (void)
 
std::tuple< std::tm, int > get_tm_millisecs (const jle::chrono::time_point &tp)
 get a std::tm and milliseconds in int from time_point
 
std::ostream & operator<< (std::ostream &out, const jle::chrono::time_point &tp)
 
std::ostream & operator<< (std::ostream &out, const jle::chrono::duration &d)
 

Detailed Description

Here we have helpers and functions for time_point and durations.