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

#include <chrono.h>

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

Public Member Functions

void unsupported ()
 
template<typename Char >
void on_text (const Char *, const Char *)
 
void on_24_hour (numeric_system)
 
void on_12_hour (numeric_system)
 
void on_minute (numeric_system)
 
void on_second (numeric_system)
 
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 ()
 
- Public Member Functions inherited from fmt::v8::detail::null_chrono_spec_handler< chrono_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::chrono_format_checker::on_12_hour ( numeric_system  )
inline

◆ on_12_hour_time()

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

◆ on_24_hour()

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

◆ on_24_hour_time()

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

◆ on_am_pm()

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

◆ on_duration_unit()

void fmt::v8::detail::chrono_format_checker::on_duration_unit ( )
inline

◆ on_duration_value()

void fmt::v8::detail::chrono_format_checker::on_duration_value ( )
inline

◆ on_iso_time()

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

◆ on_minute()

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

◆ on_second()

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

◆ on_text()

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

◆ unsupported()

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

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