Public Member Functions | List of all members
null_chrono_spec_handler< Derived > Struct Template Reference

#include <chrono.h>

Public Member Functions

FMT_CONSTEXPR void on_12_hour (numeric_system)
 
FMT_CONSTEXPR void on_12_hour_time ()
 
FMT_CONSTEXPR void on_24_hour (numeric_system)
 
FMT_CONSTEXPR void on_24_hour_time ()
 
FMT_CONSTEXPR void on_abbr_month ()
 
FMT_CONSTEXPR void on_abbr_weekday ()
 
FMT_CONSTEXPR void on_am_pm ()
 
FMT_CONSTEXPR void on_datetime (numeric_system)
 
FMT_CONSTEXPR void on_dec0_weekday (numeric_system)
 
FMT_CONSTEXPR void on_dec1_weekday (numeric_system)
 
FMT_CONSTEXPR void on_duration_unit ()
 
FMT_CONSTEXPR void on_duration_value ()
 
FMT_CONSTEXPR void on_full_month ()
 
FMT_CONSTEXPR void on_full_weekday ()
 
FMT_CONSTEXPR void on_iso_date ()
 
FMT_CONSTEXPR void on_iso_time ()
 
FMT_CONSTEXPR void on_loc_date (numeric_system)
 
FMT_CONSTEXPR void on_loc_time (numeric_system)
 
FMT_CONSTEXPR void on_minute (numeric_system)
 
FMT_CONSTEXPR void on_second (numeric_system)
 
FMT_CONSTEXPR void on_tz_name ()
 
FMT_CONSTEXPR void on_us_date ()
 
FMT_CONSTEXPR void on_utc_offset ()
 
FMT_CONSTEXPR void unsupported ()
 

Detailed Description

template<typename Derived>
struct null_chrono_spec_handler< Derived >

Definition at line 740 of file chrono.h.

Member Function Documentation

◆ on_12_hour()

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

Definition at line 751 of file chrono.h.

◆ on_12_hour_time()

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

Definition at line 759 of file chrono.h.

◆ on_24_hour()

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

Definition at line 750 of file chrono.h.

◆ on_24_hour_time()

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

Definition at line 760 of file chrono.h.

◆ on_abbr_month()

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

Definition at line 748 of file chrono.h.

◆ on_abbr_weekday()

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

Definition at line 744 of file chrono.h.

◆ on_am_pm()

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

Definition at line 762 of file chrono.h.

◆ on_datetime()

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

Definition at line 754 of file chrono.h.

◆ on_dec0_weekday()

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

Definition at line 746 of file chrono.h.

◆ on_dec1_weekday()

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

Definition at line 747 of file chrono.h.

◆ on_duration_unit()

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

Definition at line 764 of file chrono.h.

◆ on_duration_value()

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

Definition at line 763 of file chrono.h.

◆ on_full_month()

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

Definition at line 749 of file chrono.h.

◆ on_full_weekday()

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

Definition at line 745 of file chrono.h.

◆ on_iso_date()

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

Definition at line 758 of file chrono.h.

◆ on_iso_time()

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

Definition at line 761 of file chrono.h.

◆ on_loc_date()

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

Definition at line 755 of file chrono.h.

◆ on_loc_time()

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

Definition at line 756 of file chrono.h.

◆ on_minute()

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

Definition at line 752 of file chrono.h.

◆ on_second()

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

Definition at line 753 of file chrono.h.

◆ on_tz_name()

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

Definition at line 766 of file chrono.h.

◆ on_us_date()

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

Definition at line 757 of file chrono.h.

◆ on_utc_offset()

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

Definition at line 765 of file chrono.h.

◆ unsupported()

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

Definition at line 741 of file chrono.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54