MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | REST_ROUTER_EXPORT __attribute__((visibility("default"))) |
#define | REST_ROUTER_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | REST_ROUTER_DEPRECATED __attribute__ ((__deprecated__)) |
#define | REST_ROUTER_DEPRECATED_EXPORT REST_ROUTER_EXPORT REST_ROUTER_DEPRECATED |
#define | REST_ROUTER_DEPRECATED_NO_EXPORT REST_ROUTER_NO_EXPORT REST_ROUTER_DEPRECATED |
#define REST_ROUTER_DEPRECATED __attribute__ ((__deprecated__)) |
#define REST_ROUTER_DEPRECATED_EXPORT REST_ROUTER_EXPORT REST_ROUTER_DEPRECATED |
#define REST_ROUTER_DEPRECATED_NO_EXPORT REST_ROUTER_NO_EXPORT REST_ROUTER_DEPRECATED |
#define REST_ROUTER_EXPORT __attribute__((visibility("default"))) |
#define REST_ROUTER_NO_EXPORT __attribute__((visibility("hidden"))) |