Livox SDK API  V2.2.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

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

Definition at line 2662 of file format.h.

Member Function Documentation

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

Definition at line 2691 of file format.h.

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

Definition at line 2671 of file format.h.

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

Definition at line 2676 of file format.h.

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

Definition at line 2664 of file format.h.

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

Definition at line 2686 of file format.h.

Member Data Documentation

char fmt::v5::float_spec_handler::type

Definition at line 2659 of file format.h.

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: