Livox SDK API  V2.1.0
fmt::v5::internal::int_type_checker< ErrorHandler > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::int_type_checker< ErrorHandler >:

Public Member Functions

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

Detailed Description

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

Definition at line 1216 of file format.h.

Constructor & Destructor Documentation

template<typename ErrorHandler >
fmt::v5::internal::int_type_checker< ErrorHandler >::int_type_checker ( ErrorHandler  eh)
inlineexplicit

Definition at line 1218 of file format.h.

Member Function Documentation

template<typename ErrorHandler >
void fmt::v5::internal::int_type_checker< ErrorHandler >::on_bin ( )
inline

Definition at line 1222 of file format.h.

template<typename ErrorHandler >
void fmt::v5::internal::int_type_checker< ErrorHandler >::on_dec ( )
inline

Definition at line 1220 of file format.h.

template<typename ErrorHandler >
void fmt::v5::internal::int_type_checker< ErrorHandler >::on_error ( )
inline

Definition at line 1226 of file format.h.

template<typename ErrorHandler >
void fmt::v5::internal::int_type_checker< ErrorHandler >::on_hex ( )
inline

Definition at line 1221 of file format.h.

template<typename ErrorHandler >
void fmt::v5::internal::int_type_checker< ErrorHandler >::on_num ( )
inline

Definition at line 1224 of file format.h.

template<typename ErrorHandler >
void fmt::v5::internal::int_type_checker< ErrorHandler >::on_oct ( )
inline

Definition at line 1223 of file format.h.


The documentation for this class was generated from the following file: