WPILibC++ 2023.4.3-108-ge5452e3
specs_setter< Char > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Inheritance diagram for specs_setter< Char >:
specs_handler< Char >

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 (align_t align)
 
FMT_CONSTEXPR void on_fill (basic_string_view< Char > fill)
 
FMT_CONSTEXPR void on_sign (sign_t s)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_localized ()
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR void on_width (int width)
 
FMT_CONSTEXPR void on_precision (int precision)
 
FMT_CONSTEXPR void end_precision ()
 
FMT_CONSTEXPR void on_type (presentation_type type)
 

Protected Attributes

basic_format_specs< Char > & specs_
 

Constructor & Destructor Documentation

◆ specs_setter() [1/2]

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

◆ specs_setter() [2/2]

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

Member Function Documentation

◆ end_precision()

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

◆ on_align()

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

◆ on_fill()

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

◆ on_hash()

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

◆ on_localized()

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

◆ on_precision()

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

◆ on_sign()

template<typename Char >
FMT_CONSTEXPR void specs_setter< Char >::on_sign ( sign_t  s)
inline

◆ on_type()

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

◆ on_width()

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

◆ on_zero()

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

Member Data Documentation

◆ specs_

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

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