Flow123d
master-f44eb46
|
#include <printf.h>
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_ |
|
inlineexplicit |
|
private |
|
inline |
|
inline |
|
private |