Livox SDK API  V2.0.0
fmt::v5::internal::float_type_checker< ErrorHandler > Class Template Reference

#include <format.h>

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

Public Member Functions

 float_type_checker (ErrorHandler eh)
 
void on_general ()
 
void on_exp ()
 
void on_fixed ()
 
void on_hex ()
 
void on_error ()
 

Detailed Description

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

Definition at line 1232 of file format.h.

Constructor & Destructor Documentation

◆ float_type_checker()

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

Definition at line 1234 of file format.h.

Member Function Documentation

◆ on_error()

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

Definition at line 1242 of file format.h.

◆ on_exp()

template<typename ErrorHandler >
void fmt::v5::internal::float_type_checker< ErrorHandler >::on_exp ( )
inline

Definition at line 1238 of file format.h.

◆ on_fixed()

template<typename ErrorHandler >
void fmt::v5::internal::float_type_checker< ErrorHandler >::on_fixed ( )
inline

Definition at line 1239 of file format.h.

◆ on_general()

template<typename ErrorHandler >
void fmt::v5::internal::float_type_checker< ErrorHandler >::on_general ( )
inline

Definition at line 1237 of file format.h.

◆ on_hex()

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

Definition at line 1240 of file format.h.


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