MySQL 8.3.0
Source Code Documentation
router_export.h File Reference

Go to the source code of this file.

Macros

#define ROUTER_LIB_EXPORT   __attribute__((visibility("default")))
 
#define ROUTER_LIB_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define ROUTER_LIB_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ROUTER_LIB_DEPRECATED_EXPORT   ROUTER_LIB_EXPORT ROUTER_LIB_DEPRECATED
 
#define ROUTER_LIB_DEPRECATED_NO_EXPORT   ROUTER_LIB_NO_EXPORT ROUTER_LIB_DEPRECATED
 

Macro Definition Documentation

◆ ROUTER_LIB_DEPRECATED

#define ROUTER_LIB_DEPRECATED   __attribute__ ((__deprecated__))

◆ ROUTER_LIB_DEPRECATED_EXPORT

#define ROUTER_LIB_DEPRECATED_EXPORT   ROUTER_LIB_EXPORT ROUTER_LIB_DEPRECATED

◆ ROUTER_LIB_DEPRECATED_NO_EXPORT

#define ROUTER_LIB_DEPRECATED_NO_EXPORT   ROUTER_LIB_NO_EXPORT ROUTER_LIB_DEPRECATED

◆ ROUTER_LIB_EXPORT

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

◆ ROUTER_LIB_NO_EXPORT

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