#include <format.h>
Public Types | |
using | char_type = typename Context::char_type |
Public Member Functions | |
template<typename Id > | |
FMT_CONSTEXPR void | on_dynamic_precision (Id arg_id) |
template<typename Id > | |
FMT_CONSTEXPR void | on_dynamic_width (Id arg_id) |
void | on_error (const char *message) |
FMT_CONSTEXPR | specs_handler (basic_format_specs< char_type > &specs, ParseContext &parse_ctx, Context &ctx) |
Public Member Functions inherited from detail::specs_setter< Context::char_type > | |
FMT_CONSTEXPR void | end_precision () |
FMT_CONSTEXPR void | on_align (align_t align) |
FMT_CONSTEXPR void | on_fill (basic_string_view< Context::char_type > fill) |
FMT_CONSTEXPR void | on_hash () |
FMT_CONSTEXPR void | on_minus () |
FMT_CONSTEXPR void | on_plus () |
FMT_CONSTEXPR void | on_precision (int precision) |
FMT_CONSTEXPR void | on_space () |
FMT_CONSTEXPR void | on_type (Context::char_typetype) |
FMT_CONSTEXPR void | on_width (int width) |
FMT_CONSTEXPR void | on_zero () |
FMT_CONSTEXPR | specs_setter (basic_format_specs< Context::char_type > &specs) |
FMT_CONSTEXPR | specs_setter (const specs_setter &other) |
Private Types | |
using | format_arg = typename Context::format_arg |
Private Member Functions | |
FMT_CONSTEXPR format_arg | get_arg (auto_id) |
FMT_CONSTEXPR format_arg | get_arg (int arg_id) |
FMT_CONSTEXPR format_arg | get_arg (basic_string_view< char_type > arg_id) |
Private Attributes | |
Context & | context_ |
ParseContext & | parse_context_ |
Additional Inherited Members | |
Protected Attributes inherited from detail::specs_setter< Context::char_type > | |
basic_format_specs< Context::char_type > & | specs_ |
using detail::specs_handler< ParseContext, Context >::char_type = typename Context::char_type |
|
private |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
private |
|
private |