Scippy

SoPlex

Sequential object-oriented simPlex

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]

FMT_CONSTEXPR specs_setter ( basic_format_specs< Char > &  specs)
explicit

Definition at line 2019 of file format.h.

◆ specs_setter() [2/2]

FMT_CONSTEXPR specs_setter ( const specs_setter< Char > &  other)

Definition at line 2022 of file format.h.

Member Function Documentation

◆ end_precision()

FMT_CONSTEXPR void end_precision ( )

Definition at line 2041 of file format.h.

◆ on_align()

FMT_CONSTEXPR void on_align ( align_t  align)

Definition at line 2025 of file format.h.

◆ on_fill()

FMT_CONSTEXPR void on_fill ( Char  fill)

Definition at line 2026 of file format.h.

◆ on_hash()

FMT_CONSTEXPR void on_hash ( )

Definition at line 2030 of file format.h.

◆ on_minus()

FMT_CONSTEXPR void on_minus ( )

Definition at line 2028 of file format.h.

◆ on_plus()

FMT_CONSTEXPR void on_plus ( )

Definition at line 2027 of file format.h.

◆ on_precision()

FMT_CONSTEXPR void on_precision ( int  precision)

Definition at line 2038 of file format.h.

◆ on_space()

FMT_CONSTEXPR void on_space ( )

Definition at line 2029 of file format.h.

◆ on_type()

FMT_CONSTEXPR void on_type ( Char  type)

Definition at line 2043 of file format.h.

◆ on_width()

FMT_CONSTEXPR void on_width ( int  width)

Definition at line 2037 of file format.h.

◆ on_zero()

FMT_CONSTEXPR void on_zero ( )

Definition at line 2032 of file format.h.

Member Data Documentation

◆ specs_

basic_format_specs<Char>& specs_
protected

Definition at line 2048 of file format.h.