#include <format.h>
Public Types | |
| typedef ArgFormatter::range | range |
Public Member Functions | |
| format_handler (range r, basic_string_view< Char > str, basic_format_args< Context > format_args, internal::locale_ref loc) | |
| void | on_text (const Char *begin, const Char *end) |
| void | on_arg_id () |
| void | on_arg_id (unsigned id) |
| void | on_arg_id (basic_string_view< Char > id) |
| void | on_replacement_field (const Char *p) |
| const Char * | on_format_specs (const Char *begin, const Char *end) |
Public Member Functions inherited from internal::error_handler | |
| FMT_CONSTEXPR | error_handler () |
| FMT_CONSTEXPR | error_handler (const error_handler &) |
| FMT_API void | on_error (const char *message) |
Public Attributes | |
| Context | context |
| basic_format_arg< Context > | arg |
| typedef ArgFormatter::range format_handler< ArgFormatter, Char, Context >::range |
|
inline |
|
inline |
Definition at line 3084 of file format.h.
|
inline |
Definition at line 3085 of file format.h.
|
inline |
Definition at line 3089 of file format.h.
|
inline |
Definition at line 3100 of file format.h.
|
inline |
Definition at line 3093 of file format.h.
|
inline |
Definition at line 3076 of file format.h.
| basic_format_arg<Context> format_handler< ArgFormatter, Char, Context >::arg |
| Context format_handler< ArgFormatter, Char, Context >::context |
1.8.11