Agora
1.2.0
Agora project
|
#include <core.h>
Public Types | |
using | char_type = typename ParseContext::char_type |
Public Member Functions | |
dynamic_specs_handler (dynamic_format_specs< char_type > &specs, ParseContext &ctx) | |
dynamic_specs_handler (const dynamic_specs_handler &other) | |
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< ParseContext::char_type > | |
specs_setter (basic_format_specs< ParseContext::char_type > &specs) | |
specs_setter (const specs_setter &other) | |
void | on_align (align_t align) |
void | on_fill (basic_string_view< ParseContext::char_type > 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 | arg_ref_type = arg_ref< char_type > |
Private Member Functions | |
auto | make_arg_ref (int arg_id) -> arg_ref_type |
auto | make_arg_ref (auto_id) -> arg_ref_type |
auto | make_arg_ref (basic_string_view< char_type > arg_id) -> arg_ref_type |
Private Attributes | |
dynamic_format_specs< char_type > & | specs_ |
ParseContext & | context_ |
Additional Inherited Members | |
Protected Attributes inherited from fmt::v8::detail::specs_setter< ParseContext::char_type > | |
basic_format_specs< ParseContext::char_type > & | specs_ |
|
private |
using fmt::v8::detail::dynamic_specs_handler< ParseContext >::char_type = typename ParseContext::char_type |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
private |
|
private |