From d9ec475d945d3035377a0d89ed42e382d8988891 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:33:54 +0900 Subject: Imported Upstream version 1.60.0 Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak --- doc/html/boost/date_time/date_input_facet.html | 130 ++++++++++++------------- 1 file changed, 65 insertions(+), 65 deletions(-) (limited to 'doc/html/boost/date_time/date_input_facet.html') diff --git a/doc/html/boost/date_time/date_input_facet.html b/doc/html/boost/date_time/date_input_facet.html index 6a7a81b8d1..839f27befc 100644 --- a/doc/html/boost/date_time/date_input_facet.html +++ b/doc/html/boost/date_time/date_input_facet.html @@ -58,46 +58,46 @@ typedef first_kday_before< date_type > kday_before_type; // construct/copy/destruct - explicit date_input_facet(::size_t = 0); - explicit date_input_facet(const string_type &, ::size_t = 0); - explicit date_input_facet(const string_type &, + explicit date_input_facet(::size_t = 0); + explicit date_input_facet(const string_type &, ::size_t = 0); + explicit date_input_facet(const string_type &, const format_date_parser_type &, const special_values_parser_type &, const period_parser_type &, const date_gen_parser_type &, ::size_t = 0); - // public member functions - void format(const char_type *const); - virtual void set_iso_format(); - virtual void set_iso_extended_format(); - void month_format(const char_type *const); - void weekday_format(const char_type *const); - void year_format(const char_type *const); - void period_parser(period_parser_type); - void short_weekday_names(const input_collection_type &); - void long_weekday_names(const input_collection_type &); - void short_month_names(const input_collection_type &); - void long_month_names(const input_collection_type &); - void date_gen_element_strings(const input_collection_type &); - void date_gen_element_strings(const string_type &, const string_type &, + // public member functions + void format(const char_type *const); + virtual void set_iso_format(); + virtual void set_iso_extended_format(); + void month_format(const char_type *const); + void weekday_format(const char_type *const); + void year_format(const char_type *const); + void period_parser(period_parser_type); + void short_weekday_names(const input_collection_type &); + void long_weekday_names(const input_collection_type &); + void short_month_names(const input_collection_type &); + void long_month_names(const input_collection_type &); + void date_gen_element_strings(const input_collection_type &); + void date_gen_element_strings(const string_type &, const string_type &, const string_type &, const string_type &, const string_type &, const string_type &, const string_type &, const string_type &, const string_type &); - void special_values_parser(special_values_parser_type); - InItrT get(InItrT &, InItrT &, std::ios_base &, date_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, month_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, day_of_week_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, day_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, year_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, duration_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, period_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, nth_kday_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, partial_date_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, first_kday_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, last_kday_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, kday_before_type &) const; - InItrT get(InItrT &, InItrT &, std::ios_base &, kday_after_type &) const; + void special_values_parser(special_values_parser_type); + InItrT get(InItrT &, InItrT &, std::ios_base &, date_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, month_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, day_of_week_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, day_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, year_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, duration_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, period_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, nth_kday_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, partial_date_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, first_kday_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, last_kday_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, kday_before_type &) const; + InItrT get(InItrT &, InItrT &, std::ios_base &, kday_after_type &) const; // public data members static const char_type long_weekday_format; @@ -114,16 +114,16 @@ static std::locale::id id; };
-

Description

+

Description

-

+

date_input_facet public construct/copy/destruct

    -
  1. explicit date_input_facet(::size_t a_ref = 0);
  2. -
  3. explicit date_input_facet(const string_type & format_str, ::size_t a_ref = 0);
  4. -
  5. explicit date_input_facet(const string_type & format_str, 
    +
  6. explicit date_input_facet(::size_t a_ref = 0);
  7. +
  8. explicit date_input_facet(const string_type & format_str, ::size_t a_ref = 0);
  9. +
  10. explicit date_input_facet(const string_type & format_str, 
                               const format_date_parser_type & date_parser, 
                               const special_values_parser_type & sv_parser, 
                               const period_parser_type & per_parser, 
    @@ -132,22 +132,22 @@
     
-

-date_input_facet public member functions

+

+date_input_facet public member functions

    -
  1. void format(const char_type *const format_str);
  2. -
  3. virtual void set_iso_format();
  4. -
  5. virtual void set_iso_extended_format();
  6. -
  7. void month_format(const char_type *const format_str);
  8. -
  9. void weekday_format(const char_type *const format_str);
  10. -
  11. void year_format(const char_type *const format_str);
  12. -
  13. void period_parser(period_parser_type per_parser);
  14. -
  15. void short_weekday_names(const input_collection_type & weekday_names);
  16. -
  17. void long_weekday_names(const input_collection_type & weekday_names);
  18. -
  19. void short_month_names(const input_collection_type & month_names);
  20. -
  21. void long_month_names(const input_collection_type & month_names);
  22. -
  23. void date_gen_element_strings(const input_collection_type & col);
  24. -
  25. void date_gen_element_strings(const string_type & first, 
    +
  26. void format(const char_type *const format_str);
  27. +
  28. virtual void set_iso_format();
  29. +
  30. virtual void set_iso_extended_format();
  31. +
  32. void month_format(const char_type *const format_str);
  33. +
  34. void weekday_format(const char_type *const format_str);
  35. +
  36. void year_format(const char_type *const format_str);
  37. +
  38. void period_parser(period_parser_type per_parser);
  39. +
  40. void short_weekday_names(const input_collection_type & weekday_names);
  41. +
  42. void long_weekday_names(const input_collection_type & weekday_names);
  43. +
  44. void short_month_names(const input_collection_type & month_names);
  45. +
  46. void long_month_names(const input_collection_type & month_names);
  47. +
  48. void date_gen_element_strings(const input_collection_type & col);
  49. +
  50. void date_gen_element_strings(const string_type & first, 
                                   const string_type & second, 
                                   const string_type & third, 
                                   const string_type & fourth, 
    @@ -156,27 +156,27 @@
                                   const string_type & before, 
                                   const string_type & after, 
                                   const string_type & of);
  51. -
  52. void special_values_parser(special_values_parser_type sv_parser);
  53. -
  54. InItrT get(InItrT & from, InItrT & to, std::ios_base &, date_type & d) const;
  55. -
  56. InItrT get(InItrT & from, InItrT & to, std::ios_base &, month_type & m) const;
  57. -
  58. InItrT get(InItrT & from, InItrT & to, std::ios_base &, day_of_week_type & wd) const;
  59. +
  60. void special_values_parser(special_values_parser_type sv_parser);
  61. +
  62. InItrT get(InItrT & from, InItrT & to, std::ios_base &, date_type & d) const;
  63. +
  64. InItrT get(InItrT & from, InItrT & to, std::ios_base &, month_type & m) const;
  65. +
  66. InItrT get(InItrT & from, InItrT & to, std::ios_base &, day_of_week_type & wd) const;
  67. -
    InItrT get(InItrT & from, InItrT & to, std::ios_base &, day_type & d) const;
    Expects 1 or 2 digit day range: 1-31.
  68. -
  69. InItrT get(InItrT & from, InItrT & to, std::ios_base &, year_type & y) const;
  70. -
  71. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
    InItrT get(InItrT & from, InItrT & to, std::ios_base &, day_type & d) const;
    Expects 1 or 2 digit day range: 1-31.
  72. +
  73. InItrT get(InItrT & from, InItrT & to, std::ios_base &, year_type & y) const;
  74. +
  75. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                duration_type & dd) const;
  76. -
  77. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, period_type & p) const;
  78. -
  79. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
  80. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, period_type & p) const;
  81. +
  82. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                nth_kday_type & nkd) const;
  83. -
  84. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
  85. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                partial_date_type & pd) const;
  86. -
  87. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
  88. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                first_kday_type & fkd) const;
  89. -
  90. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
  91. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                last_kday_type & lkd) const;
  92. -
  93. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
  94. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                kday_before_type & fkb) const;
  95. -
  96. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
    +
  97. InItrT get(InItrT & from, InItrT & to, std::ios_base & a_ios, 
                kday_after_type & fka) const;
-- cgit v1.2.3