MySQL 8.3.0
Source Code Documentation
routing_export.h File Reference

Go to the source code of this file.

Macros

#define ROUTING_EXPORT   __attribute__((visibility("default")))
 
#define ROUTING_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define ROUTING_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ROUTING_DEPRECATED_EXPORT   ROUTING_EXPORT ROUTING_DEPRECATED
 
#define ROUTING_DEPRECATED_NO_EXPORT   ROUTING_NO_EXPORT ROUTING_DEPRECATED
 

Macro Definition Documentation

◆ ROUTING_DEPRECATED

#define ROUTING_DEPRECATED   __attribute__ ((__deprecated__))

◆ ROUTING_DEPRECATED_EXPORT

#define ROUTING_DEPRECATED_EXPORT   ROUTING_EXPORT ROUTING_DEPRECATED

◆ ROUTING_DEPRECATED_NO_EXPORT

#define ROUTING_DEPRECATED_NO_EXPORT   ROUTING_NO_EXPORT ROUTING_DEPRECATED

◆ ROUTING_EXPORT

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

◆ ROUTING_NO_EXPORT

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