![]() |
Ark Server API (ASE) - Wiki
|
#include <printf.h>
Inheritance diagram for fmt::internal::WidthHandler:
Collaboration diagram for fmt::internal::WidthHandler:Public Member Functions | |
| WidthHandler (FormatSpec &spec) | |
| void | report_unhandled_arg () |
| template<typename T > | |
| unsigned | visit_any_int (T value) |
Public Member Functions inherited from fmt::ArgVisitor< WidthHandler, unsigned > | |
| void | report_unhandled_arg () |
| unsigned | visit_unhandled_arg () |
| unsigned | visit_int (int value) |
| unsigned | visit_long_long (LongLong value) |
| unsigned | visit_uint (unsigned value) |
| unsigned | visit_ulong_long (ULongLong value) |
| unsigned | visit_bool (bool value) |
| unsigned | visit_char (int value) |
| unsigned | visit_any_int (T) |
| unsigned | visit_double (double value) |
| unsigned | visit_long_double (long double value) |
| unsigned | visit_any_double (T) |
| unsigned | visit_cstring (const char *) |
| unsigned | visit_string (Arg::StringValue< char >) |
| unsigned | visit_wstring (Arg::StringValue< wchar_t >) |
| unsigned | visit_pointer (const void *) |
| unsigned | visit_custom (Arg::CustomValue) |
| unsigned | visit (const Arg &arg) |
Private Member Functions | |
| FMT_DISALLOW_COPY_AND_ASSIGN (WidthHandler) | |
Private Attributes | |
| FormatSpec & | spec_ |
Additional Inherited Members | |
Package Attributes inherited from fmt::ArgVisitor< WidthHandler, unsigned > | |
| __pad0__ | |
|
inlineexplicit |
|
private |
|
inline |
|
inline |
|
private |