spdlog
Loading...
Searching...
No Matches
Public Member Functions | List of all members
chrono_format_checker Struct Reference

Detailed Description

Definition at line 769 of file bundled/chrono.h.

#include <chrono.h>

Inheritance diagram for chrono_format_checker:
[legend]

Public Member Functions

FMT_NORETURN void unsupported ()
 
template<typename Char >
FMT_CONSTEXPR void on_text (const Char *, const Char *)
 
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_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_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_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_utc_offset ()
 
FMT_CONSTEXPR void on_tz_name ()
 

Member Function Documentation

◆ on_12_hour()

FMT_CONSTEXPR void chrono_format_checker::on_12_hour ( numeric_system  )
inline

Definition at line 775 of file bundled/chrono.h.

◆ on_12_hour_time()

FMT_CONSTEXPR void chrono_format_checker::on_12_hour_time ( )
inline

Definition at line 778 of file bundled/chrono.h.

◆ on_24_hour()

FMT_CONSTEXPR void chrono_format_checker::on_24_hour ( numeric_system  )
inline

Definition at line 774 of file bundled/chrono.h.

◆ on_24_hour_time()

FMT_CONSTEXPR void chrono_format_checker::on_24_hour_time ( )
inline

Definition at line 779 of file bundled/chrono.h.

◆ on_abbr_month()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_abbr_month ( )
inlineinherited

Definition at line 748 of file bundled/chrono.h.

◆ on_abbr_weekday()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_abbr_weekday ( )
inlineinherited

Definition at line 744 of file bundled/chrono.h.

◆ on_am_pm()

FMT_CONSTEXPR void chrono_format_checker::on_am_pm ( )
inline

Definition at line 781 of file bundled/chrono.h.

◆ on_datetime()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_datetime ( numeric_system  )
inlineinherited

Definition at line 754 of file bundled/chrono.h.

◆ on_dec0_weekday()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_dec0_weekday ( numeric_system  )
inlineinherited

Definition at line 746 of file bundled/chrono.h.

◆ on_dec1_weekday()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_dec1_weekday ( numeric_system  )
inlineinherited

Definition at line 747 of file bundled/chrono.h.

◆ on_duration_unit()

FMT_CONSTEXPR void chrono_format_checker::on_duration_unit ( )
inline

Definition at line 783 of file bundled/chrono.h.

◆ on_duration_value()

FMT_CONSTEXPR void chrono_format_checker::on_duration_value ( )
inline

Definition at line 782 of file bundled/chrono.h.

◆ on_full_month()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_full_month ( )
inlineinherited

Definition at line 749 of file bundled/chrono.h.

◆ on_full_weekday()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_full_weekday ( )
inlineinherited

Definition at line 745 of file bundled/chrono.h.

◆ on_iso_date()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_iso_date ( )
inlineinherited

Definition at line 758 of file bundled/chrono.h.

◆ on_iso_time()

FMT_CONSTEXPR void chrono_format_checker::on_iso_time ( )
inline

Definition at line 780 of file bundled/chrono.h.

◆ on_loc_date()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_loc_date ( numeric_system  )
inlineinherited

Definition at line 755 of file bundled/chrono.h.

◆ on_loc_time()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_loc_time ( numeric_system  )
inlineinherited

Definition at line 756 of file bundled/chrono.h.

◆ on_minute()

FMT_CONSTEXPR void chrono_format_checker::on_minute ( numeric_system  )
inline

Definition at line 776 of file bundled/chrono.h.

◆ on_second()

FMT_CONSTEXPR void chrono_format_checker::on_second ( numeric_system  )
inline

Definition at line 777 of file bundled/chrono.h.

◆ on_text()

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

Definition at line 773 of file bundled/chrono.h.

◆ on_tz_name()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_tz_name ( )
inlineinherited

Definition at line 766 of file bundled/chrono.h.

◆ on_us_date()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_us_date ( )
inlineinherited

Definition at line 757 of file bundled/chrono.h.

◆ on_utc_offset()

FMT_CONSTEXPR void null_chrono_spec_handler< chrono_format_checker >::on_utc_offset ( )
inlineinherited

Definition at line 765 of file bundled/chrono.h.

◆ unsupported()

FMT_NORETURN void chrono_format_checker::unsupported ( )
inline

Definition at line 770 of file bundled/chrono.h.


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