Scippy

SoPlex

Sequential object-oriented simPlex

char_specs_checker< ErrorHandler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR char_specs_checker (char type, ErrorHandler eh)
 
FMT_CONSTEXPR void on_int ()
 
FMT_CONSTEXPR void on_char ()
 

Private Attributes

char type_
 

Detailed Description

template<typename ErrorHandler>
class internal::char_specs_checker< ErrorHandler >

Definition at line 1320 of file format.h.

Constructor & Destructor Documentation

◆ char_specs_checker()

FMT_CONSTEXPR char_specs_checker ( char  type,
ErrorHandler  eh 
)

Definition at line 1325 of file format.h.

Member Function Documentation

◆ on_char()

FMT_CONSTEXPR void on_char ( )

Definition at line 1331 of file format.h.

◆ on_int()

FMT_CONSTEXPR void on_int ( )

Definition at line 1328 of file format.h.

References internal::handle_int_type_spec().

Member Data Documentation

◆ type_

char type_
private

Definition at line 1322 of file format.h.