Scippy

SoPlex

Sequential object-oriented simPlex

specs_checker< Handler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR specs_checker (const Handler &handler, internal::type arg_type)
 
FMT_CONSTEXPR specs_checker (const specs_checker &other)
 
FMT_CONSTEXPR void on_align (align_t align)
 
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 end_precision ()
 

Private Attributes

numeric_specs_checker< Handler > checker_
 

Detailed Description

template<typename Handler>
class internal::specs_checker< Handler >

Definition at line 2081 of file format.h.

Constructor & Destructor Documentation

◆ specs_checker() [1/2]

FMT_CONSTEXPR specs_checker ( const Handler &  handler,
internal::type  arg_type 
)

Definition at line 2083 of file format.h.

◆ specs_checker() [2/2]

FMT_CONSTEXPR specs_checker ( const specs_checker< Handler > &  other)

Definition at line 2086 of file format.h.

Member Function Documentation

◆ end_precision()

FMT_CONSTEXPR void end_precision ( )

Definition at line 2119 of file format.h.

Referenced by dynamic_formatter< Char >::format().

◆ on_align()

FMT_CONSTEXPR void on_align ( align_t  align)

Definition at line 2089 of file format.h.

References align::numeric.

Referenced by dynamic_formatter< Char >::format().

◆ on_hash()

FMT_CONSTEXPR void on_hash ( )

Definition at line 2109 of file format.h.

Referenced by dynamic_formatter< Char >::format().

◆ on_minus()

FMT_CONSTEXPR void on_minus ( )

Definition at line 2099 of file format.h.

Referenced by dynamic_formatter< Char >::format().

◆ on_plus()

FMT_CONSTEXPR void on_plus ( )

Definition at line 2094 of file format.h.

Referenced by dynamic_formatter< Char >::format().

◆ on_space()

FMT_CONSTEXPR void on_space ( )

Definition at line 2104 of file format.h.

Referenced by dynamic_formatter< Char >::format().

◆ on_zero()

FMT_CONSTEXPR void on_zero ( )

Definition at line 2114 of file format.h.

Member Data Documentation

◆ checker_

numeric_specs_checker<Handler> checker_
private

Definition at line 2122 of file format.h.