#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 1162 of file format.h.
◆ FormatFunc
| typedef void(* fmt::internal::Value::FormatFunc) (void *formatter, const void *arg, void *format_str_ptr) |
◆ Type
| 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 1192 of file format.h.
◆ [union]
◆ custom
◆ double_value
| double fmt::internal::Value::double_value |
◆ int_value
| int fmt::internal::Value::int_value |
◆ long_double_value
| long double fmt::internal::Value::long_double_value |
◆ long_long_value
| LongLong fmt::internal::Value::long_long_value |
◆ pointer
| const void* fmt::internal::Value::pointer |
◆ sstring
◆ string
◆ uint_value
| unsigned fmt::internal::Value::uint_value |
◆ ulong_long_value
| ULongLong fmt::internal::Value::ulong_long_value |
◆ ustring
| StringValue<unsigned char> fmt::internal::Value::ustring |
◆ wstring
The documentation for this struct was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/Logger/spdlog/fmt/bundled/format.h