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

#include <format.h>

Inheritance diagram for int_type_checker< ErrorHandler >:

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_chr ()
 
FMT_CONSTEXPR void on_error ()
 

Detailed Description

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

Definition at line 1441 of file format.h.

Constructor & Destructor Documentation

◆ int_type_checker()

template<typename ErrorHandler >
FMT_CONSTEXPR int_type_checker ( ErrorHandler eh)
explicit

Definition at line 1443 of file format.h.

Member Function Documentation

◆ on_bin()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_bin ( )

Definition at line 1447 of file format.h.

◆ on_chr()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_chr ( )

Definition at line 1450 of file format.h.

◆ on_dec()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_dec ( )

Definition at line 1445 of file format.h.

◆ on_error()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_error ( )

Definition at line 1452 of file format.h.

◆ on_hex()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_hex ( )

Definition at line 1446 of file format.h.

◆ on_num()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_num ( )

Definition at line 1449 of file format.h.

◆ on_oct()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_oct ( )

Definition at line 1448 of file format.h.