Agora
1.2.0
Agora project
|
#include <format.h>
Public Member Functions | |
specs_handler (basic_format_specs< Char > &specs, basic_format_parse_context< Char > &parse_ctx, buffer_context< Char > &ctx) | |
template<typename Id > | |
void | on_dynamic_width (Id arg_id) |
template<typename Id > | |
void | on_dynamic_precision (Id arg_id) |
void | on_error (const char *message) |
Public Member Functions inherited from fmt::v8::detail::specs_setter< Char > | |
specs_setter (basic_format_specs< Char > &specs) | |
specs_setter (const specs_setter &other) | |
void | on_align (align_t align) |
void | on_fill (basic_string_view< Char > fill) |
void | on_sign (sign_t s) |
void | on_hash () |
void | on_localized () |
void | on_zero () |
void | on_width (int width) |
void | on_precision (int precision) |
void | end_precision () |
void | on_type (presentation_type type) |
Private Types | |
using | format_arg = basic_format_arg< buffer_context< Char > > |
Private Member Functions | |
auto | get_arg (auto_id) -> format_arg |
auto | get_arg (int arg_id) -> format_arg |
auto | get_arg (basic_string_view< Char > arg_id) -> format_arg |
Private Attributes | |
basic_format_parse_context< Char > & | parse_context_ |
buffer_context< Char > & | context_ |
Additional Inherited Members | |
Protected Attributes inherited from fmt::v8::detail::specs_setter< Char > | |
basic_format_specs< Char > & | specs_ |
|
private |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
private |
|
private |