#include <format.h>
|
enum | Type {
NONE,
NAMED_ARG,
INT,
UINT,
LONG_LONG,
ULONG_LONG,
BOOL,
CHAR,
LAST_INTEGER_TYPE = CHAR,
DOUBLE,
LONG_DOUBLE,
LAST_NUMERIC_TYPE = LONG_DOUBLE,
CSTRING,
STRING,
WSTRING,
POINTER,
CUSTOM
} |
|
typedef void(* | FormatFunc) (void *formatter, const void *arg, void *format_str_ptr) |
|
Definition at line 992 of file format.h.
typedef void(* fmt::internal::Value::FormatFunc) (void *formatter, const void *arg, void *format_str_ptr) |
Enumerator |
---|
NONE |
|
NAMED_ARG |
|
INT |
|
UINT |
|
LONG_LONG |
|
ULONG_LONG |
|
BOOL |
|
CHAR |
|
LAST_INTEGER_TYPE |
|
DOUBLE |
|
LONG_DOUBLE |
|
LAST_NUMERIC_TYPE |
|
CSTRING |
|
STRING |
|
WSTRING |
|
POINTER |
|
CUSTOM |
|
Definition at line 1022 of file format.h.
double fmt::internal::Value::double_value |
int fmt::internal::Value::int_value |
long double fmt::internal::Value::long_double_value |
LongLong fmt::internal::Value::long_long_value |
const void* fmt::internal::Value::pointer |
unsigned fmt::internal::Value::uint_value |
ULongLong fmt::internal::Value::ulong_long_value |
StringValue<unsigned char> fmt::internal::Value::ustring |
The documentation for this struct was generated from the following file:
- /opt/flow123d/flow123d/src/system/fmt/format.h