Lbug C++ API
Loading...
Searching...
No Matches
api.h File Reference

Go to the source code of this file.

Macros

#define LBUG_HELPER_DLL_IMPORT   __attribute__((visibility("default")))
#define LBUG_HELPER_DLL_EXPORT   __attribute__((visibility("default")))
#define LBUG_HELPER_DLL_LOCAL   __attribute__((visibility("hidden")))
#define LBUG_HELPER_DEPRECATED   __attribute__((__deprecated__))
#define LBUG_API   LBUG_HELPER_DLL_IMPORT
#define LBUG_DEPRECATED   LBUG_HELPER_DEPRECATED
#define LBUG_DEPRECATED_EXPORT   LBUG_API LBUG_DEPRECATED

Macro Definition Documentation

◆ LBUG_API

#define LBUG_API   LBUG_HELPER_DLL_IMPORT

◆ LBUG_DEPRECATED

#define LBUG_DEPRECATED   LBUG_HELPER_DEPRECATED

◆ LBUG_DEPRECATED_EXPORT

#define LBUG_DEPRECATED_EXPORT   LBUG_API LBUG_DEPRECATED

◆ LBUG_HELPER_DEPRECATED

#define LBUG_HELPER_DEPRECATED   __attribute__((__deprecated__))

◆ LBUG_HELPER_DLL_EXPORT

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

◆ LBUG_HELPER_DLL_IMPORT

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

◆ LBUG_HELPER_DLL_LOCAL

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