MySQL 9.0.0
Source Code Documentation
router_utils_export.h File Reference

Go to the source code of this file.

Macros

#define ROUTER_UTILS_EXPORT   __attribute__((visibility("default")))
 
#define ROUTER_UTILS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define ROUTER_UTILS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ROUTER_UTILS_DEPRECATED_EXPORT   ROUTER_UTILS_EXPORT ROUTER_UTILS_DEPRECATED
 
#define ROUTER_UTILS_DEPRECATED_NO_EXPORT   ROUTER_UTILS_NO_EXPORT ROUTER_UTILS_DEPRECATED
 

Macro Definition Documentation

◆ ROUTER_UTILS_DEPRECATED

#define ROUTER_UTILS_DEPRECATED   __attribute__ ((__deprecated__))

◆ ROUTER_UTILS_DEPRECATED_EXPORT

#define ROUTER_UTILS_DEPRECATED_EXPORT   ROUTER_UTILS_EXPORT ROUTER_UTILS_DEPRECATED

◆ ROUTER_UTILS_DEPRECATED_NO_EXPORT

#define ROUTER_UTILS_DEPRECATED_NO_EXPORT   ROUTER_UTILS_NO_EXPORT ROUTER_UTILS_DEPRECATED

◆ ROUTER_UTILS_EXPORT

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

◆ ROUTER_UTILS_NO_EXPORT

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