MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Macros | |
#define | REST_ROUTING_EXPORT __attribute__((visibility("default"))) |
#define | REST_ROUTING_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | REST_ROUTING_DEPRECATED __attribute__ ((__deprecated__)) |
#define | REST_ROUTING_DEPRECATED_EXPORT REST_ROUTING_EXPORT REST_ROUTING_DEPRECATED |
#define | REST_ROUTING_DEPRECATED_NO_EXPORT REST_ROUTING_NO_EXPORT REST_ROUTING_DEPRECATED |
#define REST_ROUTING_DEPRECATED __attribute__ ((__deprecated__)) |
#define REST_ROUTING_DEPRECATED_EXPORT REST_ROUTING_EXPORT REST_ROUTING_DEPRECATED |
#define REST_ROUTING_DEPRECATED_NO_EXPORT REST_ROUTING_NO_EXPORT REST_ROUTING_DEPRECATED |
#define REST_ROUTING_EXPORT __attribute__((visibility("default"))) |
#define REST_ROUTING_NO_EXPORT __attribute__((visibility("hidden"))) |