Kùzu C++ API
|
Go to the source code of this file.
Macros | |
#define | KUZU_HELPER_DLL_IMPORT __attribute__((visibility("default"))) |
#define | KUZU_HELPER_DLL_EXPORT __attribute__((visibility("default"))) |
#define | KUZU_HELPER_DLL_LOCAL __attribute__((visibility("hidden"))) |
#define | KUZU_HELPER_DEPRECATED __attribute__((__deprecated__)) |
#define | KUZU_API KUZU_HELPER_DLL_IMPORT |
#define | KUZU_DEPRECATED KUZU_HELPER_DEPRECATED |
#define | KUZU_DEPRECATED_EXPORT KUZU_API KUZU_DEPRECATED |
#define KUZU_API KUZU_HELPER_DLL_IMPORT |
#define KUZU_DEPRECATED KUZU_HELPER_DEPRECATED |
#define KUZU_DEPRECATED_EXPORT KUZU_API KUZU_DEPRECATED |
#define KUZU_HELPER_DEPRECATED __attribute__((__deprecated__)) |
#define KUZU_HELPER_DLL_EXPORT __attribute__((visibility("default"))) |
#define KUZU_HELPER_DLL_IMPORT __attribute__((visibility("default"))) |
#define KUZU_HELPER_DLL_LOCAL __attribute__((visibility("hidden"))) |