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

#include <format.h>

Inheritance diagram for internal::dynamic_specs_handler< ParseContext >:
Collaboration diagram for internal::dynamic_specs_handler< ParseContext >:

Public Types

typedef ParseContext::char_type char_type
 

Public Member Functions

FMT_CONSTEXPR dynamic_specs_handler (dynamic_format_specs< char_type > &specs, ParseContext &ctx)
 
FMT_CONSTEXPR dynamic_specs_handler (const dynamic_specs_handler &other)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_width (Id arg_id)
 
template<typename Id >
FMT_CONSTEXPR void on_dynamic_precision (Id arg_id)
 
FMT_CONSTEXPR void on_error (const char *message)
 
- Public Member Functions inherited from internal::specs_setter< ParseContext::char_type >
FMT_CONSTEXPR specs_setter (basic_format_specs< ParseContext::char_type > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 
FMT_CONSTEXPR void on_align (alignment align)
 
FMT_CONSTEXPR void on_fill (ParseContext::char_type fill)
 
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 on_width (unsigned width)
 
FMT_CONSTEXPR void on_precision (unsigned precision)
 
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_type (ParseContext::char_type type)
 

Additional Inherited Members

- Protected Attributes inherited from internal::specs_setter< ParseContext::char_type >
basic_format_specs< ParseContext::char_type > & specs_
 

Detailed Description

template<typename ParseContext>
class internal::dynamic_specs_handler< ParseContext >

Definition at line 1741 of file format.h.

Member Typedef Documentation

◆ char_type

template<typename ParseContext>
typedef ParseContext::char_type internal::dynamic_specs_handler< ParseContext >::char_type

Definition at line 1744 of file format.h.

Constructor & Destructor Documentation

◆ dynamic_specs_handler() [1/2]

template<typename ParseContext>
FMT_CONSTEXPR internal::dynamic_specs_handler< ParseContext >::dynamic_specs_handler ( dynamic_format_specs< char_type > &  specs,
ParseContext &  ctx 
)
inline

Definition at line 1746 of file format.h.

◆ dynamic_specs_handler() [2/2]

template<typename ParseContext>
FMT_CONSTEXPR internal::dynamic_specs_handler< ParseContext >::dynamic_specs_handler ( const dynamic_specs_handler< ParseContext > &  other)
inline

Definition at line 1750 of file format.h.

Member Function Documentation

◆ on_dynamic_precision()

template<typename ParseContext>
template<typename Id >
FMT_CONSTEXPR void internal::dynamic_specs_handler< ParseContext >::on_dynamic_precision ( Id  arg_id)
inline

Definition at line 1760 of file format.h.

◆ on_dynamic_width()

template<typename ParseContext>
template<typename Id >
FMT_CONSTEXPR void internal::dynamic_specs_handler< ParseContext >::on_dynamic_width ( Id  arg_id)
inline

Definition at line 1755 of file format.h.

◆ on_error()

template<typename ParseContext>
FMT_CONSTEXPR void internal::dynamic_specs_handler< ParseContext >::on_error ( const char *  message)
inline

Definition at line 1764 of file format.h.


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