#include "CompilerDefs.h"
#include <cinttypes>
#include <climits>
Go to the source code of this file.
|
| typedef std::int64_t | int64 |
| |
| typedef std::int32_t | int32 |
| |
| typedef std::int16_t | int16 |
| |
| typedef std::int8_t | int8 |
| |
| typedef std::uint64_t | uint64 |
| |
| typedef std::uint32_t | uint32 |
| |
| typedef std::uint16_t | uint16 |
| |
| typedef std::uint8_t | uint8 |
| |
◆ AC_API_EXPORT
◆ AC_API_IMPORT
◆ AC_COMMON_API
◆ AC_DATABASE_API
◆ AC_GAME_API
◆ AC_SHARED_API
◆ ACORE_BIGENDIAN
| #define ACORE_BIGENDIAN 1 |
◆ ACORE_ENDIAN
◆ ACORE_INLINE
| #define ACORE_INLINE inline |
◆ ACORE_LITTLEENDIAN
| #define ACORE_LITTLEENDIAN 0 |
◆ ACORE_PATH_MAX
| #define ACORE_PATH_MAX PATH_MAX |
◆ ATTR_PRINTF
| #define ATTR_PRINTF |
( |
|
F, |
|
|
|
V |
|
) |
| |
◆ SI64LIT
| #define SI64LIT |
( |
|
N | ) |
INT64_C(N) |
◆ STRING_VIEW_FMT_ARG
| #define STRING_VIEW_FMT_ARG |
( |
|
str | ) |
static_cast<int>((str).length()), (str).data() |
◆ UI64LIT
| #define UI64LIT |
( |
|
N | ) |
UINT64_C(N) |
◆ int16
| typedef std::int16_t int16 |
◆ int32
| typedef std::int32_t int32 |
◆ int64
| typedef std::int64_t int64 |
◆ int8
◆ uint16
◆ uint32
◆ uint64
◆ uint8
| typedef std::uint8_t uint8 |