#include <format.h>
Public Types | |
typedef Context::char_type | char_type |
Public Member Functions | |
FMT_CONSTEXPR | specs_handler (basic_format_specs< char_type > &specs, Context &ctx) |
template<typename Id > | |
FMT_CONSTEXPR void | on_dynamic_width (Id arg_id) |
template<typename Id > | |
FMT_CONSTEXPR void | on_dynamic_precision (Id arg_id) |
void | on_error (const char *message) |
Public Member Functions inherited from internal::specs_setter< Context::char_type > | |
FMT_CONSTEXPR | specs_setter (basic_format_specs< Context::char_type > &specs) |
FMT_CONSTEXPR | specs_setter (const specs_setter &other) |
FMT_CONSTEXPR void | on_align (alignment align) |
FMT_CONSTEXPR void | on_fill (Context::char_type fill) |
FMT_CONSTEXPR void | on_plus () |
FMT_CONSTEXPR void | on_minus () |
FMT_CONSTEXPR void | on_space () |
FMT_CONSTEXPR void | on_hash () |
FMT_CONSTEXPR void | on_zero () |
FMT_CONSTEXPR void | on_width (unsigned width) |
FMT_CONSTEXPR void | on_precision (unsigned precision) |
FMT_CONSTEXPR void | end_precision () |
FMT_CONSTEXPR void | on_type (Context::char_type type) |
Private Member Functions | |
FMT_CONSTEXPR basic_format_arg< Context > | get_arg (auto_id) |
template<typename Id > | |
FMT_CONSTEXPR basic_format_arg< Context > | get_arg (Id arg_id) |
Private Attributes | |
Context & | context_ |
Additional Inherited Members | |
Protected Attributes inherited from internal::specs_setter< Context::char_type > | |
basic_format_specs< Context::char_type > & | specs_ |
typedef Context::char_type internal::specs_handler< Context >::char_type |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
Definition at line 1682 of file format.h.
|
inline |
Definition at line 1676 of file format.h.
|
inline |
|
private |