#include <duration.hpp>
|
BOOST_FORCEINLINE BOOST_CONSTEXPR | duration () |
|
template<class Rep2 > |
BOOST_SYMBOL_VISIBLE
BOOST_FORCEINLINE
BOOST_CONSTEXPR | duration (const Rep2 &r, typename boost::enable_if< mpl::and_< boost::is_convertible< Rep2, rep >, mpl::or_< treat_as_floating_point< rep >, mpl::and_< mpl::not_< treat_as_floating_point< rep > >, mpl::not_< treat_as_floating_point< Rep2 > > > > > >::type *=0) |
|
duration & | operator= (const duration &rhs) |
|
template<class Rep2 , class Period2 > |
BOOST_FORCEINLINE BOOST_CONSTEXPR | duration (const duration< Rep2, Period2 > &d, typename boost::enable_if< mpl::or_< treat_as_floating_point< rep >, mpl::and_< chrono_detail::is_evenly_divisible_by< Period2, period >, mpl::not_< treat_as_floating_point< Rep2 > > > > >::type *=0) |
|
BOOST_CONSTEXPR rep | count () const |
|
BOOST_CONSTEXPR duration | operator+ () const |
|
BOOST_CONSTEXPR duration | operator- () const |
|
duration & | operator++ () |
|
duration | operator++ (int) |
|
duration & | operator-- () |
|
duration | operator-- (int) |
|
duration & | operator+= (const duration &d) |
|
duration & | operator-= (const duration &d) |
|
duration & | operator*= (const rep &rhs) |
|
duration & | operator/= (const rep &rhs) |
|
duration & | operator%= (const rep &rhs) |
|
duration & | operator%= (const duration &rhs) |
|
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep2 >
template<class Rep, class Period>
template<class Rep2 , class Period2 >
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
template<class Rep, class Period>
The documentation for this class was generated from the following file: