WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::arg_formatter_base< Range >::char_spec_handler Struct Reference

#include <format.h>

Inheritance diagram for internal::arg_formatter_base< Range >::char_spec_handler:
Collaboration diagram for internal::arg_formatter_base< Range >::char_spec_handler:

Public Member Functions

 char_spec_handler (arg_formatter_base &f, char_type val)
 
void on_int ()
 
void on_char ()
 
- Public Member Functions inherited from internal::error_handler
FMT_CONSTEXPR error_handler ()
 
FMT_CONSTEXPR error_handler (const error_handler &)
 
FMT_API void on_error (const char *message)
 

Public Attributes

arg_formatter_baseformatter
 
char_type value
 

Detailed Description

template<typename Range>
struct internal::arg_formatter_base< Range >::char_spec_handler

Definition at line 1393 of file format.h.

Constructor & Destructor Documentation

◆ char_spec_handler()

template<typename Range >
internal::arg_formatter_base< Range >::char_spec_handler::char_spec_handler ( arg_formatter_base f,
char_type  val 
)
inline

Definition at line 1397 of file format.h.

Member Function Documentation

◆ on_char()

template<typename Range >
void internal::arg_formatter_base< Range >::char_spec_handler::on_char ( )
inline

Definition at line 1406 of file format.h.

◆ on_int()

template<typename Range >
void internal::arg_formatter_base< Range >::char_spec_handler::on_int ( )
inline

Definition at line 1400 of file format.h.

Here is the call graph for this function:

Member Data Documentation

◆ formatter

template<typename Range >
arg_formatter_base& internal::arg_formatter_base< Range >::char_spec_handler::formatter

Definition at line 1394 of file format.h.

◆ value

template<typename Range >
char_type internal::arg_formatter_base< Range >::char_spec_handler::value

Definition at line 1395 of file format.h.


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