![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::counted_time_system — An unadjusted time system implementation.
// In header: <boost/date_time/time_system_counted.hpp> template<typename time_rep> class counted_time_system { public: // types typedef time_rep ; typedef ; typedef ; typedef ; typedef ; typedef ; // public static functions template<typename T> BOOST_CXX14_CONSTEXPR void (const T &); BOOST_CXX14_CONSTEXPR time_rep_type (const , const , = ); BOOST_CXX14_CONSTEXPR time_rep_type (); BOOST_CXX14_CONSTEXPR (const time_rep_type &); BOOST_CXX14_CONSTEXPR (const time_rep_type &); (const time_rep_type &); BOOST_CXX14_CONSTEXPR bool (const time_rep_type &, const time_rep_type &); BOOST_CXX14_CONSTEXPR bool (const time_rep_type &, const time_rep_type &); BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type &, const ); BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type &, const ); BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type &, const ); BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type &, ); BOOST_CXX14_CONSTEXPR (const time_rep_type &, const time_rep_type &); };
counted_time_system
public static functionstemplate<typename T> BOOST_CXX14_CONSTEXPR void (const T &);
BOOST_CXX14_CONSTEXPR time_rep_type (const day, const tod, dst = );
BOOST_CXX14_CONSTEXPR time_rep_type ( sv);
BOOST_CXX14_CONSTEXPR (const time_rep_type & val);
BOOST_CXX14_CONSTEXPR (const time_rep_type & val);
(const time_rep_type &);
BOOST_CXX14_CONSTEXPR bool (const time_rep_type & lhs, const time_rep_type & rhs);
BOOST_CXX14_CONSTEXPR bool (const time_rep_type & lhs, const time_rep_type & rhs);
BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type & base, const dd);
BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type & base, const dd);
BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type & base, const td);
BOOST_CXX14_CONSTEXPR time_rep_type (const time_rep_type & base, td);
BOOST_CXX14_CONSTEXPR (const time_rep_type & lhs, const time_rep_type & rhs);