Ark Server API (ASA) - Wiki
|
Go to the source code of this file.
Classes | |
struct | FWindowsPlatformString |
Macros | |
#define | SIZE_T_FMT "lu" |
#define | SIZE_T_x_FMT "lx" |
#define | SIZE_T_X_FMT "lX" |
#define | SSIZE_T_FMT "ld" |
#define | SSIZE_T_x_FMT "lx" |
#define | SSIZE_T_X_FMT "lX" |
#define | PTRINT_FMT "d" |
#define | PTRINT_x_FMT "x" |
#define | PTRINT_X_FMT "X" |
#define | UPTRINT_FMT "u" |
#define | UPTRINT_x_FMT "x" |
#define | UPTRINT_X_FMT "X" |
#define | INT64_FMT "lld" |
#define | INT64_x_FMT "llx" |
#define | INT64_X_FMT "llX" |
#define | UINT64_FMT "llu" |
#define | UINT64_x_FMT "llx" |
#define | UINT64_X_FMT "llX" |
Typedefs | |
typedef FWindowsPlatformString | FPlatformString |
#define INT64_FMT "lld" |
Definition at line 89 of file WindowsPlatformString.h.
#define INT64_x_FMT "llx" |
Definition at line 91 of file WindowsPlatformString.h.
#define INT64_X_FMT "llX" |
Definition at line 93 of file WindowsPlatformString.h.
#define PTRINT_FMT "d" |
Definition at line 74 of file WindowsPlatformString.h.
#define PTRINT_x_FMT "x" |
Definition at line 76 of file WindowsPlatformString.h.
#define PTRINT_X_FMT "X" |
Definition at line 78 of file WindowsPlatformString.h.
#define SIZE_T_FMT "lu" |
Definition at line 60 of file WindowsPlatformString.h.
#define SIZE_T_x_FMT "lx" |
Definition at line 62 of file WindowsPlatformString.h.
#define SIZE_T_X_FMT "lX" |
Definition at line 64 of file WindowsPlatformString.h.
#define SSIZE_T_FMT "ld" |
Definition at line 67 of file WindowsPlatformString.h.
#define SSIZE_T_x_FMT "lx" |
Definition at line 69 of file WindowsPlatformString.h.
#define SSIZE_T_X_FMT "lX" |
Definition at line 71 of file WindowsPlatformString.h.
#define UINT64_FMT "llu" |
Definition at line 96 of file WindowsPlatformString.h.
#define UINT64_x_FMT "llx" |
Definition at line 98 of file WindowsPlatformString.h.
#define UINT64_X_FMT "llX" |
Definition at line 100 of file WindowsPlatformString.h.
#define UPTRINT_FMT "u" |
Definition at line 81 of file WindowsPlatformString.h.
#define UPTRINT_x_FMT "x" |
Definition at line 83 of file WindowsPlatformString.h.
#define UPTRINT_X_FMT "X" |
Definition at line 85 of file WindowsPlatformString.h.
Definition at line 27 of file WindowsPlatformString.h.