Kùzu C++ API
Loading...
Searching...
No Matches
api.h File Reference

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
 

Macro Definition Documentation

◆ KUZU_API

#define KUZU_API   KUZU_HELPER_DLL_IMPORT

◆ KUZU_DEPRECATED

#define KUZU_DEPRECATED   KUZU_HELPER_DEPRECATED

◆ KUZU_DEPRECATED_EXPORT

#define KUZU_DEPRECATED_EXPORT   KUZU_API KUZU_DEPRECATED

◆ KUZU_HELPER_DEPRECATED

#define KUZU_HELPER_DEPRECATED   __attribute__((__deprecated__))

◆ KUZU_HELPER_DLL_EXPORT

#define KUZU_HELPER_DLL_EXPORT   __attribute__((visibility("default")))

◆ KUZU_HELPER_DLL_IMPORT

#define KUZU_HELPER_DLL_IMPORT   __attribute__((visibility("default")))

◆ KUZU_HELPER_DLL_LOCAL

#define KUZU_HELPER_DLL_LOCAL   __attribute__((visibility("hidden")))