template <typename Char>

struct format_handler

Defined at line 3643 of file ../../third_party/fmtlib/src/include/fmt/format.h

Public Members

parse_context<Char> parse_ctx
buffered_context<Char> ctx

Public Methods

void on_text (const Char * begin, const Char * end)

Defined at line 3647 of file ../../third_party/fmtlib/src/include/fmt/format.h

int on_arg_id ()

Defined at line 3651 of file ../../third_party/fmtlib/src/include/fmt/format.h

int on_arg_id (int id)

Defined at line 3652 of file ../../third_party/fmtlib/src/include/fmt/format.h

int on_arg_id (basic_string_view<Char> id)

Defined at line 3656 of file ../../third_party/fmtlib/src/include/fmt/format.h

void on_replacement_field (int id, const Char * )

Defined at line 3663 of file ../../third_party/fmtlib/src/include/fmt/format.h

const Char * on_format_specs (int id, const Char * begin, const Char * end)

Defined at line 3667 of file ../../third_party/fmtlib/src/include/fmt/format.h

void on_error (const char * message)

Defined at line 3686 of file ../../third_party/fmtlib/src/include/fmt/format.h