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

#include <format.h>

Inheritance diagram for internal::specs_checker< Handler >:
Collaboration diagram for internal::specs_checker< Handler >:

Public Member Functions

FMT_CONSTEXPR specs_checker (const Handler &handler, internal::type arg_type)
 
FMT_CONSTEXPR specs_checker (const specs_checker &other)
 
FMT_CONSTEXPR void on_align (alignment align)
 
FMT_CONSTEXPR void on_plus ()
 
FMT_CONSTEXPR void on_minus ()
 
FMT_CONSTEXPR void on_space ()
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR void end_precision ()
 

Detailed Description

template<typename Handler>
class internal::specs_checker< Handler >

Definition at line 1591 of file format.h.

Constructor & Destructor Documentation

◆ specs_checker() [1/2]

template<typename Handler>
FMT_CONSTEXPR internal::specs_checker< Handler >::specs_checker ( const Handler &  handler,
internal::type  arg_type 
)
inline

Definition at line 1593 of file format.h.

◆ specs_checker() [2/2]

template<typename Handler>
FMT_CONSTEXPR internal::specs_checker< Handler >::specs_checker ( const specs_checker< Handler > &  other)
inline

Definition at line 1596 of file format.h.

Member Function Documentation

◆ end_precision()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::end_precision ( )
inline

Definition at line 1630 of file format.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ on_align()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::on_align ( alignment  align)
inline

Definition at line 1599 of file format.h.

Here is the caller graph for this function:

◆ on_hash()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::on_hash ( )
inline

Definition at line 1620 of file format.h.

Here is the caller graph for this function:

◆ on_minus()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::on_minus ( )
inline

Definition at line 1610 of file format.h.

Here is the caller graph for this function:

◆ on_plus()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::on_plus ( )
inline

Definition at line 1605 of file format.h.

Here is the caller graph for this function:

◆ on_space()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::on_space ( )
inline

Definition at line 1615 of file format.h.

Here is the caller graph for this function:

◆ on_zero()

template<typename Handler>
FMT_CONSTEXPR void internal::specs_checker< Handler >::on_zero ( )
inline

Definition at line 1625 of file format.h.


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