SoPlex Documentation
Loading...
Searching...
No Matches
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 (align_t 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 (int width)
 
FMT_CONSTEXPR void on_precision (int 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 2017 of file format.h.

Constructor & Destructor Documentation

◆ specs_setter() [1/2]

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

Definition at line 2019 of file format.h.

◆ specs_setter() [2/2]

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

Definition at line 2022 of file format.h.

Member Function Documentation

◆ end_precision()

template<typename Char >
FMT_CONSTEXPR void end_precision ( )

Definition at line 2041 of file format.h.

◆ on_align()

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

Definition at line 2025 of file format.h.

◆ on_fill()

template<typename Char >
FMT_CONSTEXPR void on_fill ( Char fill)

Definition at line 2026 of file format.h.

◆ on_hash()

template<typename Char >
FMT_CONSTEXPR void on_hash ( )

Definition at line 2030 of file format.h.

◆ on_minus()

template<typename Char >
FMT_CONSTEXPR void on_minus ( )

Definition at line 2028 of file format.h.

References sign::minus.

◆ on_plus()

template<typename Char >
FMT_CONSTEXPR void on_plus ( )

Definition at line 2027 of file format.h.

References sign::plus.

◆ on_precision()

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

Definition at line 2038 of file format.h.

◆ on_space()

template<typename Char >
FMT_CONSTEXPR void on_space ( )

Definition at line 2029 of file format.h.

References sign::space.

◆ on_type()

template<typename Char >
FMT_CONSTEXPR void on_type ( Char type)

Definition at line 2043 of file format.h.

◆ on_width()

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

Definition at line 2037 of file format.h.

◆ on_zero()

template<typename Char >
FMT_CONSTEXPR void on_zero ( )

Definition at line 2032 of file format.h.

References align::numeric.

Member Data Documentation

◆ specs_

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

Definition at line 2048 of file format.h.