#include "CompilerDefs.h"
#include <cstddef>
#include <cinttypes>
#include <climits>
Go to the source code of this file.
◆ ATTR_PRINTF
| #define ATTR_PRINTF |
( |
|
F, |
|
|
|
V |
|
) |
| |
COREDEBUG.
Definition at line 78 of file Define.h.
◆ SI64FMTD
| #define SI64FMTD "%" PRId64 |
◆ SI64LIT
| #define SI64LIT |
( |
|
N | ) |
INT64_C(N) |
◆ STRING_VIEW_FMT
| #define STRING_VIEW_FMT "%.*s" |
◆ STRING_VIEW_FMT_ARG
| #define STRING_VIEW_FMT_ARG |
( |
|
str | ) |
static_cast<int>((str).length()), (str).data() |
◆ SZFMTD
| #define SZFMTD "%" PRIuPTR |
◆ TC_API_EXPORT
◆ TC_API_IMPORT
◆ TC_COMMON_API
◆ TC_DATABASE_API
◆ TC_GAME_API
◆ TC_MMAPS_COMMON_API
◆ TC_NETWORK_API
◆ TC_PROTO_API
◆ TC_SHARED_API
◆ TRINITY_BIGENDIAN
| #define TRINITY_BIGENDIAN 1 |
◆ TRINITY_ENDIAN
◆ TRINITY_INLINE
| #define TRINITY_INLINE inline |
◆ TRINITY_LITTLEENDIAN
| #define TRINITY_LITTLEENDIAN 0 |
◆ TRINITY_PATH_MAX
| #define TRINITY_PATH_MAX PATH_MAX |
◆ UI64FMTD
| #define UI64FMTD "%" PRIu64 |
◆ UI64LIT
| #define UI64LIT |
( |
|
N | ) |
UINT64_C(N) |
◆ int16
◆ int32
◆ int64
◆ int8
◆ uint16
◆ uint32
◆ uint64
◆ uint8
◆ DBCFormer
| Enumerator |
|---|
| FT_STRING | |
| FT_STRING_NOT_LOCALIZED | |
| FT_FLOAT | |
| FT_INT | |
| FT_BYTE | |
| FT_SHORT | |
| FT_LONG | |
Definition at line 158 of file Define.h.