Livox SDK API  V2.2.0
fmt::v5::internal::specs_setter< Char > Class Template Reference

#include <format.h>

Public Member Functions

 specs_setter (basic_format_specs< Char > &specs)
 
 specs_setter (const specs_setter &other)
 
void on_align (alignment align)
 
void on_fill (Char fill)
 
void on_plus ()
 
void on_minus ()
 
void on_space ()
 
void on_hash ()
 
void on_zero ()
 
void on_width (unsigned width)
 
void on_precision (unsigned precision)
 
void end_precision ()
 
void on_type (Char type)
 

Protected Attributes

basic_format_specs< Char > & specs_
 

Detailed Description

template<typename Char>
class fmt::v5::internal::specs_setter< Char >

Definition at line 1555 of file format.h.

Constructor & Destructor Documentation

template<typename Char>
fmt::v5::internal::specs_setter< Char >::specs_setter ( basic_format_specs< Char > &  specs)
inlineexplicit

Definition at line 1557 of file format.h.

template<typename Char>
fmt::v5::internal::specs_setter< Char >::specs_setter ( const specs_setter< Char > &  other)
inline

Definition at line 1560 of file format.h.

Member Function Documentation

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::end_precision ( )
inline

Definition at line 1578 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_align ( alignment  align)
inline

Definition at line 1562 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_fill ( Char  fill)
inline

Definition at line 1563 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_hash ( )
inline

Definition at line 1567 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_minus ( )
inline

Definition at line 1565 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_plus ( )
inline

Definition at line 1564 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_precision ( unsigned  precision)
inline

Definition at line 1575 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_space ( )
inline

Definition at line 1566 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_type ( Char  type)
inline

Definition at line 1580 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_width ( unsigned  width)
inline

Definition at line 1574 of file format.h.

template<typename Char>
void fmt::v5::internal::specs_setter< Char >::on_zero ( )
inline

Definition at line 1569 of file format.h.

Member Data Documentation

template<typename Char>
basic_format_specs<Char>& fmt::v5::internal::specs_setter< Char >::specs_
protected

Definition at line 1585 of file format.h.


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