|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
Go to the source code of this file.
Macros | |
| #define | ARIA_EXPORT __attribute__((visibility("default"))) |
| #define | ARIA_IMPORT __attribute__((visibility("default"))) |
| #define | ARIA_ABI_API ARIA_IMPORT |
| #define | ARIA_RUNTIME_API ARIA_IMPORT |
| #define | ARIA_BINDING_API ARIA_IMPORT |
| #define | ARIA_CORE_API ARIA_IMPORT |
| #define | ARIA_QT6_API ARIA_IMPORT |
| #define | ARIA_HTTP_API ARIA_IMPORT |
| #define | ARIA_JNI_API ARIA_IMPORT |
| #define | ARIA_ALWAYS_INLINE __attribute__((always_inline)) inline |
| #define | ARIA_LIKELY(x) |
| #define | ARIA_UNLIKELY(x) |
| #define ARIA_EXPORT __attribute__((visibility("default"))) |
| #define ARIA_IMPORT __attribute__((visibility("default"))) |
| #define ARIA_ABI_API ARIA_IMPORT |
| #define ARIA_RUNTIME_API ARIA_IMPORT |
| #define ARIA_BINDING_API ARIA_IMPORT |
| #define ARIA_CORE_API ARIA_IMPORT |
| #define ARIA_QT6_API ARIA_IMPORT |
| #define ARIA_HTTP_API ARIA_IMPORT |
| #define ARIA_JNI_API ARIA_IMPORT |
| #define ARIA_ALWAYS_INLINE __attribute__((always_inline)) inline |
| #define ARIA_LIKELY | ( | x | ) |
| #define ARIA_UNLIKELY | ( | x | ) |