Flow123d
release_3.0.0-1166-g21aa698
|
#include <printf.h>
Public Member Functions | |
template<typename T > | |
bool | visit_any_int (T value) |
Public Member Functions inherited from fmt::ArgVisitor< IsZeroInt, bool > | |
void | report_unhandled_arg () |
bool | visit_unhandled_arg () |
bool | visit_int (int value) |
bool | visit_long_long (LongLong value) |
bool | visit_uint (unsigned value) |
bool | visit_ulong_long (ULongLong value) |
bool | visit_bool (bool value) |
bool | visit_char (int value) |
bool | visit_any_int (T) |
bool | visit_double (double value) |
bool | visit_long_double (long double value) |
bool | visit_any_double (T) |
bool | visit_cstring (const char *) |
bool | visit_string (Arg::StringValue< char >) |
bool | visit_wstring (Arg::StringValue< wchar_t >) |
bool | visit_pointer (const void *) |
bool | visit_custom (Arg::CustomValue) |
bool | visit (const Arg &arg) |
|
inline |