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

#include <format.h>

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

Public Member Functions

 cstring_spec_handler (arg_formatter_base &f, const char_type *val)
 
void on_string ()
 
void on_pointer ()
 
- 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
 
const char_typevalue
 

Detailed Description

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

Definition at line 1409 of file format.h.

Constructor & Destructor Documentation

◆ cstring_spec_handler()

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

Definition at line 1413 of file format.h.

Member Function Documentation

◆ on_pointer()

template<typename Range >
void internal::arg_formatter_base< Range >::cstring_spec_handler::on_pointer ( )
inline

Definition at line 1417 of file format.h.

◆ on_string()

template<typename Range >
void internal::arg_formatter_base< Range >::cstring_spec_handler::on_string ( )
inline

Definition at line 1416 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 >::cstring_spec_handler::formatter

Definition at line 1410 of file format.h.

◆ value

template<typename Range >
const char_type* internal::arg_formatter_base< Range >::cstring_spec_handler::value

Definition at line 1411 of file format.h.


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