Botan 2.19.1
Crypto and TLS for C&
|
Go to the source code of this file.
Macros | |
#define | BOTAN_CLANG_VERSION 0 |
#define | BOTAN_DEPRECATED_API(msg) BOTAN_DLL BOTAN_DEPRECATED(msg) |
#define | BOTAN_DEPRECATED_HEADER(hdr) |
#define | BOTAN_FORCE_INLINE inline |
#define | BOTAN_FUNC_ISA(isa) |
#define | BOTAN_FUTURE_INTERNAL_HEADER(hdr) |
#define | BOTAN_GCC_VERSION 0 |
#define | BOTAN_IF_CONSTEXPR if |
#define | BOTAN_MALLOC_FN |
#define | BOTAN_NORETURN |
#define | BOTAN_PARALLEL_FOR for |
#define | BOTAN_PARALLEL_SIMD_FOR for |
#define | BOTAN_PUBLIC_API(maj, min) BOTAN_DLL |
#define | BOTAN_TEST_API BOTAN_DLL |
#define | BOTAN_THREAD_LOCAL |
#define | BOTAN_UNSTABLE_API BOTAN_DLL |
#define | BOTAN_WARN_UNUSED_RESULT |
#define BOTAN_CLANG_VERSION 0 |
Definition at line 68 of file compiler.h.
#define BOTAN_DEPRECATED_API | ( | msg | ) | BOTAN_DLL BOTAN_DEPRECATED(msg) |
Used to annotate API exports which are public, but are now deprecated and which will be removed in a future major release.
Definition at line 37 of file compiler.h.
#define BOTAN_DEPRECATED_HEADER | ( | hdr | ) |
Definition at line 132 of file compiler.h.
#define BOTAN_FORCE_INLINE inline |
Definition at line 205 of file compiler.h.
#define BOTAN_FUNC_ISA | ( | isa | ) |
Definition at line 77 of file compiler.h.
#define BOTAN_FUTURE_INTERNAL_HEADER | ( | hdr | ) |
Definition at line 136 of file compiler.h.
#define BOTAN_GCC_VERSION 0 |
Definition at line 59 of file compiler.h.
#define BOTAN_IF_CONSTEXPR if |
Definition at line 176 of file compiler.h.
#define BOTAN_MALLOC_FN |
Definition at line 100 of file compiler.h.
#define BOTAN_NORETURN |
Definition at line 151 of file compiler.h.
#define BOTAN_PARALLEL_FOR for |
Definition at line 188 of file compiler.h.
#define BOTAN_PARALLEL_SIMD_FOR for |
Definition at line 220 of file compiler.h.
#define BOTAN_PUBLIC_API | ( | maj, | |
min | |||
) | BOTAN_DLL |
Used to annotate API exports which are public and supported. These APIs will not be broken/removed unless strictly required for functionality or security, and only in new major versions.
maj | The major version this public API was released in |
min | The minor version this public API was released in |
Definition at line 31 of file compiler.h.
#define BOTAN_TEST_API BOTAN_DLL |
Used to annotate API exports which are exported but only for the purposes of testing. They should not be used by applications and may be removed or changed without notice.
Definition at line 51 of file compiler.h.
#define BOTAN_THREAD_LOCAL |
Definition at line 164 of file compiler.h.
#define BOTAN_UNSTABLE_API BOTAN_DLL |
Used to annotate API exports which are public and can be used by applications if needed, but which are intentionally not documented, and which may change incompatibly in a future major version.
Definition at line 44 of file compiler.h.
#define BOTAN_WARN_UNUSED_RESULT |
Definition at line 86 of file compiler.h.