libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
clock.hxx File Reference
#include <boost/chrono/ceil.hpp>
#include <sstream>

Go to the source code of this file.

Namespaces

 qi
 Deprecated in 2.5. Use int8_t from <cstdint>.
 
 qi::detail
 
 boost
 

Macros

#define _QI_CLOCK_HXX_
 

Functions

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...
 

Macro Definition Documentation

#define _QI_CLOCK_HXX_

Definition at line 9 of file clock.hxx.