MySQL 8.4.0
Source Code Documentation
rest_routing_export.h File Reference

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
 

Macro Definition Documentation

◆ REST_ROUTING_DEPRECATED

#define REST_ROUTING_DEPRECATED   __attribute__ ((__deprecated__))

◆ REST_ROUTING_DEPRECATED_EXPORT

#define REST_ROUTING_DEPRECATED_EXPORT   REST_ROUTING_EXPORT REST_ROUTING_DEPRECATED

◆ REST_ROUTING_DEPRECATED_NO_EXPORT

#define REST_ROUTING_DEPRECATED_NO_EXPORT   REST_ROUTING_NO_EXPORT REST_ROUTING_DEPRECATED

◆ REST_ROUTING_EXPORT

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

◆ REST_ROUTING_NO_EXPORT

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