MySQL 8.4.0
Source Code Documentation
io_component_export.h File Reference

Go to the source code of this file.

Macros

#define IO_COMPONENT_EXPORT   __attribute__((visibility("default")))
 
#define IO_COMPONENT_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define IO_COMPONENT_DEPRECATED   __attribute__ ((__deprecated__))
 
#define IO_COMPONENT_DEPRECATED_EXPORT   IO_COMPONENT_EXPORT IO_COMPONENT_DEPRECATED
 
#define IO_COMPONENT_DEPRECATED_NO_EXPORT   IO_COMPONENT_NO_EXPORT IO_COMPONENT_DEPRECATED
 

Macro Definition Documentation

◆ IO_COMPONENT_DEPRECATED

#define IO_COMPONENT_DEPRECATED   __attribute__ ((__deprecated__))

◆ IO_COMPONENT_DEPRECATED_EXPORT

#define IO_COMPONENT_DEPRECATED_EXPORT   IO_COMPONENT_EXPORT IO_COMPONENT_DEPRECATED

◆ IO_COMPONENT_DEPRECATED_NO_EXPORT

#define IO_COMPONENT_DEPRECATED_NO_EXPORT   IO_COMPONENT_NO_EXPORT IO_COMPONENT_DEPRECATED

◆ IO_COMPONENT_EXPORT

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

◆ IO_COMPONENT_NO_EXPORT

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