WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::int_type_checker< ErrorHandler > Class Template Reference

#include <format.h>

Inheritance diagram for internal::int_type_checker< ErrorHandler >:
Collaboration diagram for internal::int_type_checker< ErrorHandler >:

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

Detailed Description

template<typename ErrorHandler>
class internal::int_type_checker< ErrorHandler >

Definition at line 1216 of file format.h.

Constructor & Destructor Documentation

◆ int_type_checker()

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

Definition at line 1218 of file format.h.

Member Function Documentation

◆ on_bin()

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

Definition at line 1222 of file format.h.

◆ on_dec()

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

Definition at line 1220 of file format.h.

◆ on_error()

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

Definition at line 1226 of file format.h.

◆ on_hex()

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

Definition at line 1221 of file format.h.

◆ on_num()

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

Definition at line 1224 of file format.h.

◆ on_oct()

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

Definition at line 1223 of file format.h.


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