SoPlex Documentation
Loading...
Searching...
No Matches
char_specs_checker< ErrorHandler > Class Template Reference

#include <format.h>

Inheritance diagram for char_specs_checker< ErrorHandler >:

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()

template<typename ErrorHandler >
FMT_CONSTEXPR char_specs_checker ( char type,
ErrorHandler eh )

Definition at line 1325 of file format.h.

Member Function Documentation

◆ on_char()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_char ( )

Definition at line 1331 of file format.h.

◆ on_int()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_int ( )

Definition at line 1328 of file format.h.

References internal::handle_int_type_spec().

Member Data Documentation

◆ type_

template<typename ErrorHandler >
char type_
private

Definition at line 1322 of file format.h.