Scippy

SoPlex

Sequential object-oriented simPlex

int_type_checker< ErrorHandler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR int_type_checker (ErrorHandler eh)
 
FMT_CONSTEXPR void on_dec ()
 
FMT_CONSTEXPR void on_hex ()
 
FMT_CONSTEXPR void on_bin ()
 
FMT_CONSTEXPR void on_oct ()
 
FMT_CONSTEXPR void on_num ()
 
FMT_CONSTEXPR void on_error ()
 

Detailed Description

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

Definition at line 1304 of file format.h.

Constructor & Destructor Documentation

◆ int_type_checker()

FMT_CONSTEXPR int_type_checker ( ErrorHandler  eh)
explicit

Definition at line 1306 of file format.h.

Member Function Documentation

◆ on_bin()

FMT_CONSTEXPR void on_bin ( )

Definition at line 1310 of file format.h.

◆ on_dec()

FMT_CONSTEXPR void on_dec ( )

Definition at line 1308 of file format.h.

◆ on_error()

FMT_CONSTEXPR void on_error ( )

Definition at line 1314 of file format.h.

◆ on_hex()

FMT_CONSTEXPR void on_hex ( )

Definition at line 1309 of file format.h.

◆ on_num()

FMT_CONSTEXPR void on_num ( )

Definition at line 1312 of file format.h.

◆ on_oct()

FMT_CONSTEXPR void on_oct ( )

Definition at line 1311 of file format.h.