|
Lbug C++ API
|
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 |
| #define LBUG_API LBUG_HELPER_DLL_IMPORT |
| #define LBUG_DEPRECATED LBUG_HELPER_DEPRECATED |
| #define LBUG_DEPRECATED_EXPORT LBUG_API LBUG_DEPRECATED |
| #define LBUG_HELPER_DEPRECATED __attribute__((__deprecated__)) |
| #define LBUG_HELPER_DLL_EXPORT __attribute__((visibility("default"))) |
| #define LBUG_HELPER_DLL_IMPORT __attribute__((visibility("default"))) |
| #define LBUG_HELPER_DLL_LOCAL __attribute__((visibility("hidden"))) |