#include <time_point.hpp>
Public Types | |
typedef Clock | clock |
typedef Duration | duration |
typedef duration::rep | rep |
typedef duration::period | period |
typedef Duration | difference_type |
Public Member Functions | |
BOOST_FORCEINLINE BOOST_CONSTEXPR | time_point () |
BOOST_FORCEINLINE BOOST_CONSTEXPR | time_point (const duration &d) |
template<class Duration2 > | |
BOOST_FORCEINLINE BOOST_CONSTEXPR | time_point (const time_point< clock, Duration2 > &t, typename boost::enable_if< boost::is_convertible< Duration2, duration > >::type *=0) |
BOOST_CONSTEXPR duration | time_since_epoch () const |
time_point & | operator+= (const duration &d) |
time_point & | operator-= (const duration &d) |
Static Public Member Functions | |
static BOOST_CHRONO_LIB_CONSTEXPR time_point min | BOOST_PREVENT_MACRO_SUBSTITUTION () |
static BOOST_CHRONO_LIB_CONSTEXPR time_point max | BOOST_PREVENT_MACRO_SUBSTITUTION () |
typedef Clock boost::chrono::time_point< Clock, Duration >::clock |
typedef Duration boost::chrono::time_point< Clock, Duration >::difference_type |
typedef Duration boost::chrono::time_point< Clock, Duration >::duration |
typedef duration::period boost::chrono::time_point< Clock, Duration >::period |
typedef duration::rep boost::chrono::time_point< Clock, Duration >::rep |
|
inline |
|
inlineexplicit |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |