Livox SDK API
V2.2.0
|
#include <format.h>
Public Types | |
typedef Context::char_type | char_type |
Public Member Functions | |
specs_handler (basic_format_specs< char_type > &specs, Context &ctx) | |
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< Context::char_type > | |
specs_setter (basic_format_specs< Context::char_type > &specs) | |
specs_setter (const specs_setter &other) | |
void | on_align (alignment align) |
void | on_fill (Context::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 (Context::char_typetype) |
Additional Inherited Members | |
Protected Attributes inherited from fmt::v5::internal::specs_setter< Context::char_type > | |
basic_format_specs< Context::char_type > & | specs_ |
typedef Context::char_type fmt::v5::internal::specs_handler< Context >::char_type |
|
inline |
|
inline |
|
inline |
|
inline |