![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::date_input_facet — Input facet.
// In header: <boost/date_time/date_facet.hpp> template<typename date_type, typename CharT, typename InItrT> class date_input_facet : public { public: // types typedef ; typedef ; typedef ; typedef ; typedef ; typedef boost::date_time::period< ; typedef ; typedef ; typedef boost::date_time::period_parser< ; typedef boost::date_time::special_values_parser< ; typedef ; typedef format_date_parser< ; typedef date_generator_parser< ; typedef partial_date< ; typedef nth_kday_of_month< ; typedef first_kday_of_month< ; typedef last_kday_of_month< ; typedef first_kday_after< ; typedef first_kday_before< ; // construct/copy/destruct (:: = ); (, :: = ); (, , , , , :: = ); // public member functions (); (); (); (); (); (); (); (); (); (); (); (); (, , , , , , , , ); (); (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; (, , , ) ; // public data members static long_weekday_format; static short_weekday_format; static long_month_format; static short_month_format; static four_digit_year_format; static two_digit_year_format; static default_period_separator; static standard_format_specifier; static iso_format_specifier; static iso_format_extended_specifier; static default_date_format; static id; };
date_input_facet public member functions( format_str);
();
();
( format_str);
( format_str);
( format_str);
( per_parser);
( weekday_names);
( weekday_names);
( month_names);
( month_names);
( col);
( first, second, third, fourth, fifth, last, before, after, of);
( sv_parser);
( from, to, , d) ;
( from, to, , m) ;
( from, to, , wd) ;
( from, to, , d) ;Expects 1 or 2 digit day range: 1-31.
( from, to, , y) ;
( from, to, a_ios, dd) ;
( from, to, a_ios, p) ;
( from, to, a_ios, nkd) ;
( from, to, a_ios, pd) ;
( from, to, a_ios, fkd) ;
( from, to, a_ios, lkd) ;
( from, to, a_ios, fkb) ;
( from, to, a_ios, fka) ;