#include <boost/chrono/ceil.hpp>
#include <sstream>
Go to the source code of this file.
|
template<class Rep , class Period > |
void | qi::sleepFor (const boost::chrono::duration< Rep, Period > &d) |
|
template<class Period > |
void | qi::detail::write_duration_unit_long_name (std::ostream &os) |
|
template<class R , class P > |
std::string | qi::to_string (const boost::chrono::duration< R, P > &d) |
|
template<class C , class D > |
std::string | qi::to_string (const boost::chrono::time_point< C, D > &t) |
|
|
template<class Duration > |
void | qi::sleepUntil (const boost::chrono::time_point< SteadyClock, Duration > &t) |
|
|
template<class Duration > |
void | qi::sleepUntil (const boost::chrono::time_point< Clock, Duration > &t) |
|
|
template<class Duration > |
void | qi::sleepUntil (const boost::chrono::time_point< SystemClock, Duration > &t) |
|
|
template<class DurationTo , class TimePointFrom > |
DurationTo | qi::durationSince (const TimePointFrom &t) |
| }@ More...
|
|