Home
last modified time | relevance | path

Searched defs:date_format_parser_callback (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/detail/
Ddate_time_format_parser.hpp38 struct date_format_parser_callback struct
41 typedef CharT char_type;
44 virtual ~date_format_parser_callback() {} in ~date_format_parser_callback()
58 virtual void on_placeholder(iterator_range< const char_type* > const& ph) in on_placeholder()
67 virtual void on_short_year() in on_short_year()
76 virtual void on_full_year() in on_full_year()
85 virtual void on_numeric_month() in on_numeric_month()
94 virtual void on_short_month() in on_short_month()
103 virtual void on_full_month() in on_full_month()
114 virtual void on_month_day(bool leading_zero) in on_month_day()
[all …]