WPILibC++ 2024.3.2
detail::null_chrono_spec_handler< Derived > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/chrono.h>

Public Member Functions

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 ()
 

Member Function Documentation

◆ on_12_hour()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_12_hour ( numeric_system  )
inline

◆ on_12_hour_time()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_12_hour_time ( )
inline

◆ on_24_hour()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_24_hour ( numeric_system  )
inline

◆ on_24_hour_time()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_24_hour_time ( )
inline

◆ on_abbr_month()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_abbr_month ( )
inline

◆ on_abbr_weekday()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_abbr_weekday ( )
inline

◆ on_am_pm()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_am_pm ( )
inline

◆ on_century()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_century ( numeric_system  )
inline

◆ on_datetime()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_datetime ( numeric_system  )
inline

◆ on_day_of_month()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_day_of_month ( numeric_system  )
inline

◆ on_day_of_month_space()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_day_of_month_space ( numeric_system  )
inline

◆ on_day_of_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_day_of_year ( )
inline

◆ on_dec0_week_of_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_dec0_week_of_year ( numeric_system  )
inline

◆ on_dec0_weekday()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_dec0_weekday ( numeric_system  )
inline

◆ on_dec1_week_of_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_dec1_week_of_year ( numeric_system  )
inline

◆ on_dec1_weekday()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_dec1_weekday ( numeric_system  )
inline

◆ on_dec_month()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_dec_month ( numeric_system  )
inline

◆ on_duration_unit()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_duration_unit ( )
inline

◆ on_duration_value()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_duration_value ( )
inline

◆ on_full_month()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_full_month ( )
inline

◆ on_full_weekday()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_full_weekday ( )
inline

◆ on_iso_date()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_iso_date ( )
inline

◆ on_iso_time()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_iso_time ( )
inline

◆ on_iso_week_based_short_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_iso_week_based_short_year ( )
inline

◆ on_iso_week_based_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_iso_week_based_year ( )
inline

◆ on_iso_week_of_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_iso_week_of_year ( numeric_system  )
inline

◆ on_loc_date()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_loc_date ( numeric_system  )
inline

◆ on_loc_time()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_loc_time ( numeric_system  )
inline

◆ on_minute()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_minute ( numeric_system  )
inline

◆ on_offset_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_offset_year ( )
inline

◆ on_second()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_second ( numeric_system  )
inline

◆ on_short_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_short_year ( numeric_system  )
inline

◆ on_tz_name()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_tz_name ( )
inline

◆ on_us_date()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_us_date ( )
inline

◆ on_utc_offset()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_utc_offset ( numeric_system  )
inline

◆ on_year()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::on_year ( numeric_system  )
inline

◆ unsupported()

template<typename Derived >
FMT_CONSTEXPR void detail::null_chrono_spec_handler< Derived >::unsupported ( )
inline

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