From d6a306e745acfee00e81ccaf3324a2a03516db41 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:21:30 +0900 Subject: Imported Upstream version 1.69.0 --- doc/html/boost/date_time/counted_time_system.html | 60 +++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'doc/html/boost/date_time/counted_time_system.html') diff --git a/doc/html/boost/date_time/counted_time_system.html b/doc/html/boost/date_time/counted_time_system.html index a28309cd94..4c3fbc3cdd 100644 --- a/doc/html/boost/date_time/counted_time_system.html +++ b/doc/html/boost/date_time/counted_time_system.html @@ -43,55 +43,55 @@ typedef time_rep_type::date_type date_type; typedef time_rep_type::date_duration_type date_duration_type; - // public static functions - template<typename T> static void unused_var(const T &); + // public static functions + template<typename T> static void unused_var(const T &); static time_rep_type - get_time_rep(const date_type &, const time_duration_type &, + get_time_rep(const date_type &, const time_duration_type &, date_time::dst_flags = not_dst); - static time_rep_type get_time_rep(special_values); - static date_type get_date(const time_rep_type &); - static time_duration_type get_time_of_day(const time_rep_type &); - static std::string zone_name(const time_rep_type &); - static bool is_equal(const time_rep_type &, const time_rep_type &); - static bool is_less(const time_rep_type &, const time_rep_type &); + static time_rep_type get_time_rep(special_values); + static date_type get_date(const time_rep_type &); + static time_duration_type get_time_of_day(const time_rep_type &); + static std::string zone_name(const time_rep_type &); + static bool is_equal(const time_rep_type &, const time_rep_type &); + static bool is_less(const time_rep_type &, const time_rep_type &); static time_rep_type - add_days(const time_rep_type &, const date_duration_type &); + add_days(const time_rep_type &, const date_duration_type &); static time_rep_type - subtract_days(const time_rep_type &, const date_duration_type &); + subtract_days(const time_rep_type &, const date_duration_type &); static time_rep_type - subtract_time_duration(const time_rep_type &, const time_duration_type &); + subtract_time_duration(const time_rep_type &, const time_duration_type &); static time_rep_type - add_time_duration(const time_rep_type &, time_duration_type); + add_time_duration(const time_rep_type &, time_duration_type); static time_duration_type - subtract_times(const time_rep_type &, const time_rep_type &); + subtract_times(const time_rep_type &, const time_rep_type &); };
-

Description

+

Description

-

-counted_time_system public static functions

+

+counted_time_system public static functions

    -
  1. template<typename T> static void unused_var(const T &);
  2. +
  3. template<typename T> static void unused_var(const T &);
  4. static time_rep_type 
    -get_time_rep(const date_type & day, const time_duration_type & tod, 
    +get_time_rep(const date_type & day, const time_duration_type & tod, 
                  date_time::dst_flags dst = not_dst);
  5. -
  6. static time_rep_type get_time_rep(special_values sv);
  7. -
  8. static date_type get_date(const time_rep_type & val);
  9. -
  10. static time_duration_type get_time_of_day(const time_rep_type & val);
  11. -
  12. static std::string zone_name(const time_rep_type &);
  13. -
  14. static bool is_equal(const time_rep_type & lhs, const time_rep_type & rhs);
  15. -
  16. static bool is_less(const time_rep_type & lhs, const time_rep_type & rhs);
  17. +
  18. static time_rep_type get_time_rep(special_values sv);
  19. +
  20. static date_type get_date(const time_rep_type & val);
  21. +
  22. static time_duration_type get_time_of_day(const time_rep_type & val);
  23. +
  24. static std::string zone_name(const time_rep_type &);
  25. +
  26. static bool is_equal(const time_rep_type & lhs, const time_rep_type & rhs);
  27. +
  28. static bool is_less(const time_rep_type & lhs, const time_rep_type & rhs);
  29. static time_rep_type 
    -add_days(const time_rep_type & base, const date_duration_type & dd);
  30. +add_days(const time_rep_type & base, const date_duration_type & dd);
  31. static time_rep_type 
    -subtract_days(const time_rep_type & base, const date_duration_type & dd);
  32. +subtract_days(const time_rep_type & base, const date_duration_type & dd);
  33. static time_rep_type 
    -subtract_time_duration(const time_rep_type & base, 
    +subtract_time_duration(const time_rep_type & base, 
                            const time_duration_type & td);
  34. static time_rep_type 
    -add_time_duration(const time_rep_type & base, time_duration_type td);
  35. +add_time_duration(const time_rep_type & base, time_duration_type td);
  36. static time_duration_type 
    -subtract_times(const time_rep_type & lhs, const time_rep_type & rhs);
  37. +subtract_times(const time_rep_type & lhs, const time_rep_type & rhs);
-- cgit v1.2.3