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

#include <format.h>

Public Member Functions

FMT_CONSTEXPR specs_setter (basic_format_specs< Char > &specs)
 
FMT_CONSTEXPR specs_setter (const specs_setter &other)
 
FMT_CONSTEXPR void on_align (alignment align)
 
FMT_CONSTEXPR void on_fill (Char 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 (Char type)
 

Protected Attributes

basic_format_specs< Char > & specs_
 

Detailed Description

template<typename Char>
class internal::specs_setter< Char >

Definition at line 1555 of file format.h.

Constructor & Destructor Documentation

◆ specs_setter() [1/2]

template<typename Char>
FMT_CONSTEXPR internal::specs_setter< Char >::specs_setter ( basic_format_specs< Char > &  specs)
inlineexplicit

Definition at line 1557 of file format.h.

◆ specs_setter() [2/2]

template<typename Char>
FMT_CONSTEXPR internal::specs_setter< Char >::specs_setter ( const specs_setter< Char > &  other)
inline

Definition at line 1560 of file format.h.

Member Function Documentation

◆ end_precision()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::end_precision ( )
inline

Definition at line 1578 of file format.h.

◆ on_align()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_align ( alignment  align)
inline

Definition at line 1562 of file format.h.

◆ on_fill()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_fill ( Char  fill)
inline

Definition at line 1563 of file format.h.

◆ on_hash()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_hash ( )
inline

Definition at line 1567 of file format.h.

◆ on_minus()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_minus ( )
inline

Definition at line 1565 of file format.h.

◆ on_plus()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_plus ( )
inline

Definition at line 1564 of file format.h.

◆ on_precision()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_precision ( unsigned  precision)
inline

Definition at line 1575 of file format.h.

◆ on_space()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_space ( )
inline

Definition at line 1566 of file format.h.

◆ on_type()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_type ( Char  type)
inline

Definition at line 1580 of file format.h.

◆ on_width()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_width ( unsigned  width)
inline

Definition at line 1574 of file format.h.

◆ on_zero()

template<typename Char>
FMT_CONSTEXPR void internal::specs_setter< Char >::on_zero ( )
inline

Definition at line 1569 of file format.h.

Member Data Documentation

◆ specs_

template<typename Char>
basic_format_specs<Char>& internal::specs_setter< Char >::specs_
protected

Definition at line 1585 of file format.h.


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