Rosetta
Public Member Functions | List of all members
detail::int_type_checker< ErrorHandler > Class Template Reference

#include <format.h>

Inheritance diagram for detail::int_type_checker< ErrorHandler >:
Inheritance graph
[legend]

Public Member Functions

FMT_CONSTEXPR int_type_checker (ErrorHandler eh)
 
FMT_CONSTEXPR void on_dec ()
 
FMT_CONSTEXPR void on_hex ()
 
FMT_CONSTEXPR void on_bin ()
 
FMT_CONSTEXPR void on_oct ()
 
FMT_CONSTEXPR void on_num ()
 
FMT_CONSTEXPR void on_chr ()
 
FMT_CONSTEXPR void on_error ()
 

Constructor & Destructor Documentation

◆ int_type_checker()

template<typename ErrorHandler >
FMT_CONSTEXPR detail::int_type_checker< ErrorHandler >::int_type_checker ( ErrorHandler  eh)
inlineexplicit

Member Function Documentation

◆ on_bin()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_bin ( )
inline

◆ on_chr()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_chr ( )
inline

◆ on_dec()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_dec ( )
inline

◆ on_error()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_error ( )
inline

◆ on_hex()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_hex ( )
inline

◆ on_num()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_num ( )
inline

◆ on_oct()

template<typename ErrorHandler >
FMT_CONSTEXPR void detail::int_type_checker< ErrorHandler >::on_oct ( )
inline

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