Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
WindowsPlatformString.h File Reference
+ Include dependency graph for WindowsPlatformString.h:

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
 

Macro Definition Documentation

◆ INT64_FMT

#define INT64_FMT   "lld"

Definition at line 89 of file WindowsPlatformString.h.

◆ INT64_x_FMT

#define INT64_x_FMT   "llx"

Definition at line 91 of file WindowsPlatformString.h.

◆ INT64_X_FMT

#define INT64_X_FMT   "llX"

Definition at line 93 of file WindowsPlatformString.h.

◆ PTRINT_FMT

#define PTRINT_FMT   "d"

Definition at line 74 of file WindowsPlatformString.h.

◆ PTRINT_x_FMT

#define PTRINT_x_FMT   "x"

Definition at line 76 of file WindowsPlatformString.h.

◆ PTRINT_X_FMT

#define PTRINT_X_FMT   "X"

Definition at line 78 of file WindowsPlatformString.h.

◆ SIZE_T_FMT

#define SIZE_T_FMT   "lu"

Definition at line 60 of file WindowsPlatformString.h.

◆ SIZE_T_x_FMT

#define SIZE_T_x_FMT   "lx"

Definition at line 62 of file WindowsPlatformString.h.

◆ SIZE_T_X_FMT

#define SIZE_T_X_FMT   "lX"

Definition at line 64 of file WindowsPlatformString.h.

◆ SSIZE_T_FMT

#define SSIZE_T_FMT   "ld"

Definition at line 67 of file WindowsPlatformString.h.

◆ SSIZE_T_x_FMT

#define SSIZE_T_x_FMT   "lx"

Definition at line 69 of file WindowsPlatformString.h.

◆ SSIZE_T_X_FMT

#define SSIZE_T_X_FMT   "lX"

Definition at line 71 of file WindowsPlatformString.h.

◆ UINT64_FMT

#define UINT64_FMT   "llu"

Definition at line 96 of file WindowsPlatformString.h.

◆ UINT64_x_FMT

#define UINT64_x_FMT   "llx"

Definition at line 98 of file WindowsPlatformString.h.

◆ UINT64_X_FMT

#define UINT64_X_FMT   "llX"

Definition at line 100 of file WindowsPlatformString.h.

◆ UPTRINT_FMT

#define UPTRINT_FMT   "u"

Definition at line 81 of file WindowsPlatformString.h.

◆ UPTRINT_x_FMT

#define UPTRINT_x_FMT   "x"

Definition at line 83 of file WindowsPlatformString.h.

◆ UPTRINT_X_FMT

#define UPTRINT_X_FMT   "X"

Definition at line 85 of file WindowsPlatformString.h.

Typedef Documentation

◆ FPlatformString