MySQL 9.7.0
Source Code Documentation
rest_host_cache_export.h File Reference

Go to the source code of this file.

Macros

#define REST_HOST_CACHE_EXPORT   __attribute__((visibility("default")))
 
#define REST_HOST_CACHE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define REST_HOST_CACHE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define REST_HOST_CACHE_DEPRECATED_EXPORT   REST_HOST_CACHE_EXPORT REST_HOST_CACHE_DEPRECATED
 
#define REST_HOST_CACHE_DEPRECATED_NO_EXPORT   REST_HOST_CACHE_NO_EXPORT REST_HOST_CACHE_DEPRECATED
 

Macro Definition Documentation

◆ REST_HOST_CACHE_DEPRECATED

#define REST_HOST_CACHE_DEPRECATED   __attribute__ ((__deprecated__))

◆ REST_HOST_CACHE_DEPRECATED_EXPORT

#define REST_HOST_CACHE_DEPRECATED_EXPORT   REST_HOST_CACHE_EXPORT REST_HOST_CACHE_DEPRECATED

◆ REST_HOST_CACHE_DEPRECATED_NO_EXPORT

#define REST_HOST_CACHE_DEPRECATED_NO_EXPORT   REST_HOST_CACHE_NO_EXPORT REST_HOST_CACHE_DEPRECATED

◆ REST_HOST_CACHE_EXPORT

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

◆ REST_HOST_CACHE_NO_EXPORT

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