Flow123d
release_2.2.1-10-gb9fad4d
|
#include <printf.h>
Public Member Functions | |
CharConverter (internal::Arg &arg) | |
template<typename T > | |
void | visit_any_int (T value) |
Public Member Functions inherited from fmt::ArgVisitor< CharConverter, void > | |
void | report_unhandled_arg () |
void | visit_unhandled_arg () |
void | visit_int (int value) |
void | visit_long_long (LongLong value) |
void | visit_uint (unsigned value) |
void | visit_ulong_long (ULongLong value) |
void | visit_bool (bool value) |
void | visit_char (int value) |
void | visit_any_int (T) |
void | visit_double (double value) |
void | visit_long_double (long double value) |
void | visit_any_double (T) |
void | visit_cstring (const char *) |
void | visit_string (Arg::StringValue< char >) |
void | visit_wstring (Arg::StringValue< wchar_t >) |
void | visit_pointer (const void *) |
void | visit_custom (Arg::CustomValue) |
void | visit (const Arg &arg) |
Private Member Functions | |
FMT_DISALLOW_COPY_AND_ASSIGN (CharConverter) | |
Private Attributes | |
internal::Arg & | arg_ |
|
inlineexplicit |
|
private |
|
inline |
|
private |