Livox SDK API  V2.2.0
fmt::v5::internal::dynamic_specs_handler< ParseContext > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::dynamic_specs_handler< ParseContext >:
fmt::v5::internal::specs_setter< ParseContext::char_type >

Public Types

typedef ParseContext::char_type char_type
 

Public Member Functions

 dynamic_specs_handler (dynamic_format_specs< char_type > &specs, ParseContext &ctx)
 
 dynamic_specs_handler (const dynamic_specs_handler &other)
 
template<typename Id >
void on_dynamic_width (Id arg_id)
 
template<typename Id >
void on_dynamic_precision (Id arg_id)
 
void on_error (const char *message)
 
- Public Member Functions inherited from fmt::v5::internal::specs_setter< ParseContext::char_type >
 specs_setter (basic_format_specs< ParseContext::char_type > &specs)
 
 specs_setter (const specs_setter &other)
 
void on_align (alignment align)
 
void on_fill (ParseContext::char_typefill)
 
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 (ParseContext::char_typetype)
 

Additional Inherited Members

- Protected Attributes inherited from fmt::v5::internal::specs_setter< ParseContext::char_type >
basic_format_specs< ParseContext::char_type > & specs_
 

Detailed Description

template<typename ParseContext>
class fmt::v5::internal::dynamic_specs_handler< ParseContext >

Definition at line 1741 of file format.h.

Member Typedef Documentation

template<typename ParseContext>
typedef ParseContext::char_type fmt::v5::internal::dynamic_specs_handler< ParseContext >::char_type

Definition at line 1744 of file format.h.

Constructor & Destructor Documentation

template<typename ParseContext>
fmt::v5::internal::dynamic_specs_handler< ParseContext >::dynamic_specs_handler ( dynamic_format_specs< char_type > &  specs,
ParseContext &  ctx 
)
inline

Definition at line 1746 of file format.h.

template<typename ParseContext>
fmt::v5::internal::dynamic_specs_handler< ParseContext >::dynamic_specs_handler ( const dynamic_specs_handler< ParseContext > &  other)
inline

Definition at line 1750 of file format.h.

Member Function Documentation

template<typename ParseContext>
template<typename Id >
void fmt::v5::internal::dynamic_specs_handler< ParseContext >::on_dynamic_precision ( Id  arg_id)
inline

Definition at line 1760 of file format.h.

template<typename ParseContext>
template<typename Id >
void fmt::v5::internal::dynamic_specs_handler< ParseContext >::on_dynamic_width ( Id  arg_id)
inline

Definition at line 1755 of file format.h.

template<typename ParseContext>
void fmt::v5::internal::dynamic_specs_handler< ParseContext >::on_error ( const char *  message)
inline

Definition at line 1764 of file format.h.


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