Searched defs:time_traits (Results 1 – 1 of 1) sorted by relevance
36 struct time_traits<boost::posix_time::ptime> struct39 typedef boost::posix_time::ptime time_type;42 typedef boost::posix_time::time_duration duration_type;45 static time_type now() in now()55 static time_type add(const time_type& t, const duration_type& d) in add()61 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract()67 static bool less_than(const time_type& t1, const time_type& t2) in less_than()73 static boost::posix_time::time_duration to_posix_duration( in to_posix_duration()