Livox SDK API  V1.1.0
fmt::v5::float_spec_handler Struct Reference

#include <format.h>

Public Member Functions

 float_spec_handler (char t)
 
void on_general ()
 
void on_exp ()
 
void on_fixed ()
 
void on_hex ()
 
void on_error ()
 

Public Attributes

char type
 
bool upper
 

Detailed Description

Definition at line 2658 of file format.h.

Constructor & Destructor Documentation

◆ float_spec_handler()

fmt::v5::float_spec_handler::float_spec_handler ( char  t)
inlineexplicit

Definition at line 2662 of file format.h.

Member Function Documentation

◆ on_error()

void fmt::v5::float_spec_handler::on_error ( )
inline

Definition at line 2691 of file format.h.

◆ on_exp()

void fmt::v5::float_spec_handler::on_exp ( )
inline

Definition at line 2671 of file format.h.

◆ on_fixed()

void fmt::v5::float_spec_handler::on_fixed ( )
inline

Definition at line 2676 of file format.h.

◆ on_general()

void fmt::v5::float_spec_handler::on_general ( )
inline

Definition at line 2664 of file format.h.

◆ on_hex()

void fmt::v5::float_spec_handler::on_hex ( )
inline

Definition at line 2686 of file format.h.

Member Data Documentation

◆ type

char fmt::v5::float_spec_handler::type

Definition at line 2659 of file format.h.

◆ upper

bool fmt::v5::float_spec_handler::upper

Definition at line 2660 of file format.h.


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