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

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

Definition at line 1306 of file format.h.

Member Function Documentation

◆ on_bin()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_bin ( )

Definition at line 1310 of file format.h.

◆ on_dec()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_dec ( )

Definition at line 1308 of file format.h.

◆ on_error()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_error ( )

Definition at line 1314 of file format.h.

◆ on_hex()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_hex ( )

Definition at line 1309 of file format.h.

◆ on_num()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_num ( )

Definition at line 1312 of file format.h.

◆ on_oct()

template<typename ErrorHandler >
FMT_CONSTEXPR void on_oct ( )

Definition at line 1311 of file format.h.