Unravel Engine C++ Reference
|
#include <cstdint>
Go to the source code of this file.
#define _NDEBUG |
Definition at line 9 of file config.hpp.
#define NDEBUG |
Definition at line 6 of file config.hpp.
#define UNRAVEL_ARCH_32BIT 0 |
Definition at line 15 of file config.hpp.
#define UNRAVEL_ARCH_32BIT 32 |
Definition at line 15 of file config.hpp.
#define UNRAVEL_ARCH_64BIT 0 |
Definition at line 16 of file config.hpp.
#define UNRAVEL_ARCH_NAME "32-bit" |
Definition at line 438 of file config.hpp.
#define UNRAVEL_CACHE_LINE_SIZE 64 |
Definition at line 125 of file config.hpp.
#define UNRAVEL_COMPILER_CLANG 0 |
Definition at line 19 of file config.hpp.
#define UNRAVEL_COMPILER_CLANG_ANALYZER 0 |
Definition at line 20 of file config.hpp.
#define UNRAVEL_COMPILER_GCC 0 |
Definition at line 21 of file config.hpp.
#define UNRAVEL_COMPILER_MSVC 0 |
Definition at line 22 of file config.hpp.
#define UNRAVEL_CPP_NAME "C++Unknown" |
Definition at line 459 of file config.hpp.
#define UNRAVEL_CPU_ARM 0 |
Definition at line 29 of file config.hpp.
#define UNRAVEL_CPU_ENDIAN_BIG 0 |
Definition at line 25 of file config.hpp.
#define UNRAVEL_CPU_ENDIAN_LITTLE 0 |
Definition at line 26 of file config.hpp.
#define UNRAVEL_CPU_ENDIAN_LITTLE 1 |
Definition at line 26 of file config.hpp.
#define UNRAVEL_CPU_JIT 0 |
Definition at line 30 of file config.hpp.
#define UNRAVEL_CPU_JIT 1 |
Definition at line 30 of file config.hpp.
#define UNRAVEL_CPU_MIPS 0 |
Definition at line 31 of file config.hpp.
#define UNRAVEL_CPU_NAME "JIT-VM" |
Definition at line 408 of file config.hpp.
#define UNRAVEL_CPU_PPC 0 |
Definition at line 32 of file config.hpp.
#define UNRAVEL_CPU_RISCV 0 |
Definition at line 33 of file config.hpp.
#define UNRAVEL_CPU_X86 0 |
Definition at line 34 of file config.hpp.
#define UNRAVEL_CRT_BIONIC 0 |
Definition at line 37 of file config.hpp.
#define UNRAVEL_CRT_GLIBC 0 |
Definition at line 38 of file config.hpp.
#define UNRAVEL_CRT_LIBCXX 0 |
Definition at line 39 of file config.hpp.
#define UNRAVEL_CRT_MINGW 0 |
Definition at line 40 of file config.hpp.
#define UNRAVEL_CRT_MSVC 0 |
Definition at line 41 of file config.hpp.
#define UNRAVEL_CRT_NAME "Unknown CRT" |
Definition at line 434 of file config.hpp.
#define UNRAVEL_CRT_NEWLIB 0 |
Definition at line 42 of file config.hpp.
#define UNRAVEL_CRT_NONE 0 |
Definition at line 45 of file config.hpp.
#define UNRAVEL_LANGUAGE_CPP17 201703L |
Definition at line 49 of file config.hpp.
#define UNRAVEL_LANGUAGE_CPP20 202002L |
Definition at line 50 of file config.hpp.
#define UNRAVEL_LANGUAGE_CPP23 202207L |
Definition at line 51 of file config.hpp.
#define UNRAVEL_PLATFORM_ANDROID 0 |
Definition at line 54 of file config.hpp.
#define UNRAVEL_PLATFORM_BSD 0 |
Definition at line 55 of file config.hpp.
#define UNRAVEL_PLATFORM_EMSCRIPTEN 0 |
Definition at line 56 of file config.hpp.
#define UNRAVEL_PLATFORM_HAIKU 0 |
Definition at line 57 of file config.hpp.
#define UNRAVEL_PLATFORM_HURD 0 |
Definition at line 58 of file config.hpp.
#define UNRAVEL_PLATFORM_IOS 0 |
Definition at line 59 of file config.hpp.
#define UNRAVEL_PLATFORM_LINUX 0 |
Definition at line 60 of file config.hpp.
#define UNRAVEL_PLATFORM_NAME "None" |
Definition at line 382 of file config.hpp.
#define UNRAVEL_PLATFORM_NONE |
Definition at line 276 of file config.hpp.
#define UNRAVEL_PLATFORM_NX 0 |
Definition at line 61 of file config.hpp.
#define UNRAVEL_PLATFORM_OS_CONSOLE |
Definition at line 296 of file config.hpp.
#define UNRAVEL_PLATFORM_OS_DESKTOP |
Definition at line 305 of file config.hpp.
#define UNRAVEL_PLATFORM_OS_EMBEDDED |
Definition at line 315 of file config.hpp.
#define UNRAVEL_PLATFORM_OS_MOBILE |
Definition at line 320 of file config.hpp.
#define UNRAVEL_PLATFORM_OS_WEB |
Definition at line 326 of file config.hpp.
#define UNRAVEL_PLATFORM_OSX 0 |
Definition at line 62 of file config.hpp.
#define UNRAVEL_PLATFORM_POSIX |
Definition at line 259 of file config.hpp.
#define UNRAVEL_PLATFORM_PS4 0 |
Definition at line 63 of file config.hpp.
#define UNRAVEL_PLATFORM_PS5 0 |
Definition at line 64 of file config.hpp.
#define UNRAVEL_PLATFORM_RPI 0 |
Definition at line 65 of file config.hpp.
#define UNRAVEL_PLATFORM_VISIONOS 0 |
Definition at line 66 of file config.hpp.
#define UNRAVEL_PLATFORM_WINDOWS 0 |
Definition at line 67 of file config.hpp.
#define UNRAVEL_PLATFORM_WINRT 0 |
Definition at line 68 of file config.hpp.
#define UNRAVEL_PLATFORM_XBOXONE 0 |
Definition at line 69 of file config.hpp.