#include <format.h>

Public Member Functions | |
| format_handler (typename ArgFormatter::iterator out, basic_string_view< Char > str, basic_format_args< Context > format_args, detail::locale_ref loc) | |
| int | on_arg_id () |
| int | on_arg_id (int id) |
| int | on_arg_id (basic_string_view< Char > id) |
| const Char * | on_format_specs (int id, const Char *begin, const Char *end) |
| FMT_INLINE void | on_replacement_field (int id, const Char *) |
| void | on_text (const Char *begin, const Char *end) |
Public Member Functions inherited from detail::error_handler | |
| constexpr | error_handler ()=default |
| constexpr | error_handler (const error_handler &)=default |
| FMT_NORETURN FMT_API void | on_error (const char *message) |
Public Attributes | |
| Context | context |
| basic_format_parse_context< Char > | parse_context |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Context detail::format_handler< ArgFormatter, Char, Context >::context |
| basic_format_parse_context<Char> detail::format_handler< ArgFormatter, Char, Context >::parse_context |