Livox SDK API  V2.2.0
fmt::v5::internal::specs_checker< Handler > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::specs_checker< Handler >:

Public Member Functions

 specs_checker (const Handler &handler, internal::type arg_type)
 
 specs_checker (const specs_checker &other)
 
void on_align (alignment align)
 
void on_plus ()
 
void on_minus ()
 
void on_space ()
 
void on_hash ()
 
void on_zero ()
 
void end_precision ()
 

Detailed Description

template<typename Handler>
class fmt::v5::internal::specs_checker< Handler >

Definition at line 1591 of file format.h.

Constructor & Destructor Documentation

template<typename Handler>
fmt::v5::internal::specs_checker< Handler >::specs_checker ( const Handler &  handler,
internal::type  arg_type 
)
inline

Definition at line 1593 of file format.h.

template<typename Handler>
fmt::v5::internal::specs_checker< Handler >::specs_checker ( const specs_checker< Handler > &  other)
inline

Definition at line 1596 of file format.h.

Member Function Documentation

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::end_precision ( )
inline

Definition at line 1630 of file format.h.

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::on_align ( alignment  align)
inline

Definition at line 1599 of file format.h.

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::on_hash ( )
inline

Definition at line 1620 of file format.h.

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::on_minus ( )
inline

Definition at line 1610 of file format.h.

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::on_plus ( )
inline

Definition at line 1605 of file format.h.

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::on_space ( )
inline

Definition at line 1615 of file format.h.

template<typename Handler>
void fmt::v5::internal::specs_checker< Handler >::on_zero ( )
inline

Definition at line 1625 of file format.h.


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