From 08c1e93fa36a49f49325a07fe91ff92c964c2b6c Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 11 Dec 2014 18:55:56 +0900 Subject: Imported Upstream version 1.57.0 --- .../boost/date_time/split_timedate_system.html | 68 +++++++++++----------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'doc/html/boost/date_time/split_timedate_system.html') diff --git a/doc/html/boost/date_time/split_timedate_system.html b/doc/html/boost/date_time/split_timedate_system.html index daee95c9df..050a8c2d2e 100644 --- a/doc/html/boost/date_time/split_timedate_system.html +++ b/doc/html/boost/date_time/split_timedate_system.html @@ -3,7 +3,7 @@ Class template split_timedate_system - + @@ -45,63 +45,63 @@ typedef date_time::wrapping_int< split_timedate_system::int_type, split_timedate_system::ticks_per_day > wrap_int_type; typedef date_time::wrapping_int< int_type, ticks_per_day > wrap_int_type; - // private member functions - BOOST_STATIC_CONSTANT(int_type, + // private member functions + BOOST_STATIC_CONSTANT(int_type, ticks_per_day = INT64_C(86400)*config::tick_per_second); - // public static functions - static time_rep_type get_time_rep(special_values); + // public static functions + static time_rep_type get_time_rep(special_values); 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 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 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

-

-split_timedate_system private member functions

-
  1.  BOOST_STATIC_CONSTANT(int_type, 
    +

    +split_timedate_system private member functions

    +
    1.  BOOST_STATIC_CONSTANT(int_type, 
                              ticks_per_day = INT64_C(86400)*config::tick_per_second);
-

-split_timedate_system public static functions

+

+split_timedate_system public static functions

    -
  1. static time_rep_type get_time_rep(special_values sv);
  2. +
  3. static time_rep_type get_time_rep(special_values sv);
  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 = not_dst);
  5. -
  6. static date_type get_date(const time_rep_type & val);
  7. -
  8. static time_duration_type get_time_of_day(const time_rep_type & val);
  9. -
  10. static std::string zone_name(const time_rep_type &);
  11. -
  12. static bool is_equal(const time_rep_type & lhs, const time_rep_type & rhs);
  13. -
  14. static bool is_less(const time_rep_type & lhs, const time_rep_type & rhs);
  15. +
  16. static date_type get_date(const time_rep_type & val);
  17. +
  18. static time_duration_type get_time_of_day(const time_rep_type & val);
  19. +
  20. static std::string zone_name(const time_rep_type &);
  21. +
  22. static bool is_equal(const time_rep_type & lhs, const time_rep_type & rhs);
  23. +
  24. static bool is_less(const time_rep_type & lhs, const time_rep_type & rhs);
  25. static time_rep_type 
    -add_days(const time_rep_type & base, const date_duration_type & dd);
  26. +add_days(const time_rep_type & base, const date_duration_type & dd);
  27. static time_rep_type 
    -subtract_days(const time_rep_type & base, const date_duration_type & dd);
  28. +subtract_days(const time_rep_type & base, const date_duration_type & dd);
  29. 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);
  30. static time_rep_type 
    -add_time_duration(const time_rep_type & base, time_duration_type td);
  31. +add_time_duration(const time_rep_type & base, time_duration_type td);
  32. static time_duration_type 
    -subtract_times(const time_rep_type & lhs, const time_rep_type & rhs);
  33. +subtract_times(const time_rep_type & lhs, const time_rep_type & rhs);
-- cgit v1.2.3