HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tm_format_checker Struct Reference

#include <chrono.h>

+ Inheritance diagram for tm_format_checker:

Public Member Functions

FMT_NORETURN void unsupported ()
 
template<typename Char >
FMT_CONSTEXPR void on_text (const Char *, const Char *)
 
FMT_CONSTEXPR void on_year (numeric_system)
 
FMT_CONSTEXPR void on_short_year (numeric_system)
 
FMT_CONSTEXPR void on_offset_year ()
 
FMT_CONSTEXPR void on_century (numeric_system)
 
FMT_CONSTEXPR void on_iso_week_based_year ()
 
FMT_CONSTEXPR void on_iso_week_based_short_year ()
 
FMT_CONSTEXPR void on_abbr_weekday ()
 
FMT_CONSTEXPR void on_full_weekday ()
 
FMT_CONSTEXPR void on_dec0_weekday (numeric_system)
 
FMT_CONSTEXPR void on_dec1_weekday (numeric_system)
 
FMT_CONSTEXPR void on_abbr_month ()
 
FMT_CONSTEXPR void on_full_month ()
 
FMT_CONSTEXPR void on_dec_month (numeric_system)
 
FMT_CONSTEXPR void on_dec0_week_of_year (numeric_system)
 
FMT_CONSTEXPR void on_dec1_week_of_year (numeric_system)
 
FMT_CONSTEXPR void on_iso_week_of_year (numeric_system)
 
FMT_CONSTEXPR void on_day_of_year ()
 
FMT_CONSTEXPR void on_day_of_month (numeric_system)
 
FMT_CONSTEXPR void on_day_of_month_space (numeric_system)
 
FMT_CONSTEXPR void on_24_hour (numeric_system, pad_type)
 
FMT_CONSTEXPR void on_12_hour (numeric_system, pad_type)
 
FMT_CONSTEXPR void on_minute (numeric_system, pad_type)
 
FMT_CONSTEXPR void on_second (numeric_system, pad_type)
 
FMT_CONSTEXPR void on_datetime (numeric_system)
 
FMT_CONSTEXPR void on_loc_date (numeric_system)
 
FMT_CONSTEXPR void on_loc_time (numeric_system)
 
FMT_CONSTEXPR void on_us_date ()
 
FMT_CONSTEXPR void on_iso_date ()
 
FMT_CONSTEXPR void on_12_hour_time ()
 
FMT_CONSTEXPR void on_24_hour_time ()
 
FMT_CONSTEXPR void on_iso_time ()
 
FMT_CONSTEXPR void on_am_pm ()
 
FMT_CONSTEXPR void on_utc_offset (numeric_system)
 
FMT_CONSTEXPR void on_tz_name ()
 
- Public Member Functions inherited from null_chrono_spec_handler< tm_format_checker >
FMT_CONSTEXPR void unsupported ()
 
FMT_CONSTEXPR void on_year (numeric_system)
 
FMT_CONSTEXPR void on_short_year (numeric_system)
 
FMT_CONSTEXPR void on_offset_year ()
 
FMT_CONSTEXPR void on_century (numeric_system)
 
FMT_CONSTEXPR void on_iso_week_based_year ()
 
FMT_CONSTEXPR void on_iso_week_based_short_year ()
 
FMT_CONSTEXPR void on_abbr_weekday ()
 
FMT_CONSTEXPR void on_full_weekday ()
 
FMT_CONSTEXPR void on_dec0_weekday (numeric_system)
 
FMT_CONSTEXPR void on_dec1_weekday (numeric_system)
 
FMT_CONSTEXPR void on_abbr_month ()
 
FMT_CONSTEXPR void on_full_month ()
 
FMT_CONSTEXPR void on_dec_month (numeric_system)
 
FMT_CONSTEXPR void on_dec0_week_of_year (numeric_system)
 
FMT_CONSTEXPR void on_dec1_week_of_year (numeric_system)
 
FMT_CONSTEXPR void on_iso_week_of_year (numeric_system)
 
FMT_CONSTEXPR void on_day_of_year ()
 
FMT_CONSTEXPR void on_day_of_month (numeric_system)
 
FMT_CONSTEXPR void on_day_of_month_space (numeric_system)
 
FMT_CONSTEXPR void on_24_hour (numeric_system)
 
FMT_CONSTEXPR void on_12_hour (numeric_system)
 
FMT_CONSTEXPR void on_minute (numeric_system)
 
FMT_CONSTEXPR void on_second (numeric_system)
 
FMT_CONSTEXPR void on_datetime (numeric_system)
 
FMT_CONSTEXPR void on_loc_date (numeric_system)
 
FMT_CONSTEXPR void on_loc_time (numeric_system)
 
FMT_CONSTEXPR void on_us_date ()
 
FMT_CONSTEXPR void on_iso_date ()
 
FMT_CONSTEXPR void on_12_hour_time ()
 
FMT_CONSTEXPR void on_24_hour_time ()
 
FMT_CONSTEXPR void on_iso_time ()
 
FMT_CONSTEXPR void on_am_pm ()
 
FMT_CONSTEXPR void on_duration_value ()
 
FMT_CONSTEXPR void on_duration_unit ()
 
FMT_CONSTEXPR void on_utc_offset (numeric_system)
 
FMT_CONSTEXPR void on_tz_name ()
 

Detailed Description

Definition at line 959 of file chrono.h.

Member Function Documentation

FMT_CONSTEXPR void tm_format_checker::on_12_hour ( numeric_system  ,
pad_type   
)
inline

Definition at line 984 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_12_hour_time ( )
inline

Definition at line 992 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_24_hour ( numeric_system  ,
pad_type   
)
inline

Definition at line 983 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_24_hour_time ( )
inline

Definition at line 993 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_abbr_month ( )
inline

Definition at line 974 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_abbr_weekday ( )
inline

Definition at line 970 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_am_pm ( )
inline

Definition at line 995 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_century ( numeric_system  )
inline

Definition at line 967 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_datetime ( numeric_system  )
inline

Definition at line 987 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_day_of_month ( numeric_system  )
inline

Definition at line 981 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_day_of_month_space ( numeric_system  )
inline

Definition at line 982 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_day_of_year ( )
inline

Definition at line 980 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_dec0_week_of_year ( numeric_system  )
inline

Definition at line 977 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_dec0_weekday ( numeric_system  )
inline

Definition at line 972 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_dec1_week_of_year ( numeric_system  )
inline

Definition at line 978 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_dec1_weekday ( numeric_system  )
inline

Definition at line 973 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_dec_month ( numeric_system  )
inline

Definition at line 976 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_full_month ( )
inline

Definition at line 975 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_full_weekday ( )
inline

Definition at line 971 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_iso_date ( )
inline

Definition at line 991 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_iso_time ( )
inline

Definition at line 994 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_iso_week_based_short_year ( )
inline

Definition at line 969 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_iso_week_based_year ( )
inline

Definition at line 968 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_iso_week_of_year ( numeric_system  )
inline

Definition at line 979 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_loc_date ( numeric_system  )
inline

Definition at line 988 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_loc_time ( numeric_system  )
inline

Definition at line 989 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_minute ( numeric_system  ,
pad_type   
)
inline

Definition at line 985 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_offset_year ( )
inline

Definition at line 966 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_second ( numeric_system  ,
pad_type   
)
inline

Definition at line 986 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_short_year ( numeric_system  )
inline

Definition at line 965 of file chrono.h.

template<typename Char >
FMT_CONSTEXPR void tm_format_checker::on_text ( const Char *  ,
const Char *   
)
inline

Definition at line 963 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_tz_name ( )
inline

Definition at line 997 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_us_date ( )
inline

Definition at line 990 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_utc_offset ( numeric_system  )
inline

Definition at line 996 of file chrono.h.

FMT_CONSTEXPR void tm_format_checker::on_year ( numeric_system  )
inline

Definition at line 964 of file chrono.h.

FMT_NORETURN void tm_format_checker::unsupported ( )
inline

Definition at line 960 of file chrono.h.


The documentation for this struct was generated from the following file: