Agora  1.2.0
Agora project
fmt::v8::detail::tm_format_checker Struct Reference

#include <chrono.h>

Inheritance diagram for fmt::v8::detail::tm_format_checker:
Collaboration diagram for fmt::v8::detail::tm_format_checker:

Public Member Functions

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

Member Function Documentation

◆ on_12_hour()

void fmt::v8::detail::tm_format_checker::on_12_hour ( numeric_system  )
inline

◆ on_12_hour_time()

void fmt::v8::detail::tm_format_checker::on_12_hour_time ( )
inline

◆ on_24_hour()

void fmt::v8::detail::tm_format_checker::on_24_hour ( numeric_system  )
inline

◆ on_24_hour_time()

void fmt::v8::detail::tm_format_checker::on_24_hour_time ( )
inline

◆ on_abbr_month()

void fmt::v8::detail::tm_format_checker::on_abbr_month ( )
inline

◆ on_abbr_weekday()

void fmt::v8::detail::tm_format_checker::on_abbr_weekday ( )
inline

◆ on_am_pm()

void fmt::v8::detail::tm_format_checker::on_am_pm ( )
inline

◆ on_century()

void fmt::v8::detail::tm_format_checker::on_century ( numeric_system  )
inline

◆ on_datetime()

void fmt::v8::detail::tm_format_checker::on_datetime ( numeric_system  )
inline

◆ on_day_of_month()

void fmt::v8::detail::tm_format_checker::on_day_of_month ( numeric_system  )
inline

◆ on_day_of_month_space()

void fmt::v8::detail::tm_format_checker::on_day_of_month_space ( numeric_system  )
inline

◆ on_day_of_year()

void fmt::v8::detail::tm_format_checker::on_day_of_year ( )
inline

◆ on_dec0_week_of_year()

void fmt::v8::detail::tm_format_checker::on_dec0_week_of_year ( numeric_system  )
inline

◆ on_dec0_weekday()

void fmt::v8::detail::tm_format_checker::on_dec0_weekday ( numeric_system  )
inline

◆ on_dec1_week_of_year()

void fmt::v8::detail::tm_format_checker::on_dec1_week_of_year ( numeric_system  )
inline

◆ on_dec1_weekday()

void fmt::v8::detail::tm_format_checker::on_dec1_weekday ( numeric_system  )
inline

◆ on_dec_month()

void fmt::v8::detail::tm_format_checker::on_dec_month ( numeric_system  )
inline

◆ on_full_month()

void fmt::v8::detail::tm_format_checker::on_full_month ( )
inline

◆ on_full_weekday()

void fmt::v8::detail::tm_format_checker::on_full_weekday ( )
inline

◆ on_iso_date()

void fmt::v8::detail::tm_format_checker::on_iso_date ( )
inline

◆ on_iso_time()

void fmt::v8::detail::tm_format_checker::on_iso_time ( )
inline

◆ on_iso_week_based_short_year()

void fmt::v8::detail::tm_format_checker::on_iso_week_based_short_year ( )
inline

◆ on_iso_week_based_year()

void fmt::v8::detail::tm_format_checker::on_iso_week_based_year ( )
inline

◆ on_iso_week_of_year()

void fmt::v8::detail::tm_format_checker::on_iso_week_of_year ( numeric_system  )
inline

◆ on_loc_date()

void fmt::v8::detail::tm_format_checker::on_loc_date ( numeric_system  )
inline

◆ on_loc_time()

void fmt::v8::detail::tm_format_checker::on_loc_time ( numeric_system  )
inline

◆ on_minute()

void fmt::v8::detail::tm_format_checker::on_minute ( numeric_system  )
inline

◆ on_offset_year()

void fmt::v8::detail::tm_format_checker::on_offset_year ( )
inline

◆ on_second()

void fmt::v8::detail::tm_format_checker::on_second ( numeric_system  )
inline

◆ on_short_year()

void fmt::v8::detail::tm_format_checker::on_short_year ( numeric_system  )
inline

◆ on_text()

template<typename Char >
void fmt::v8::detail::tm_format_checker::on_text ( const Char *  ,
const Char *   
)
inline

◆ on_tz_name()

void fmt::v8::detail::tm_format_checker::on_tz_name ( )
inline

◆ on_us_date()

void fmt::v8::detail::tm_format_checker::on_us_date ( )
inline

◆ on_utc_offset()

void fmt::v8::detail::tm_format_checker::on_utc_offset ( )
inline

◆ on_year()

void fmt::v8::detail::tm_format_checker::on_year ( numeric_system  )
inline

◆ unsupported()

void fmt::v8::detail::tm_format_checker::unsupported ( )
inline

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