HDK
|
#include <format.h>
Public Member Functions | |
format_handler (OutputIt out, basic_string_view< Char > str, basic_format_args< Context > format_args, detail::locale_ref loc) | |
void | on_text (const Char *begin, const Char *end) |
int | on_arg_id () |
int | on_arg_id (int id) |
int | on_arg_id (basic_string_view< Char > id) |
FMT_INLINE void | on_replacement_field (int id, const Char *) |
const Char * | on_format_specs (int id, const Char *begin, const Char *end) |
![]() | |
constexpr | error_handler ()=default |
constexpr | error_handler (const error_handler &)=default |
FMT_NORETURN FMT_API void | on_error (const char *message) |
Public Attributes | |
basic_format_parse_context< Char > | parse_context |
Context | context |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Context detail::format_handler< OutputIt, Char, Context >::context |
basic_format_parse_context<Char> detail::format_handler< OutputIt, Char, Context >::parse_context |