Ardour  9.0-pre0-582-g084a23a80d
libpbd_visibility.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBPBD_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBPBD_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBPBD_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBPBD_TEMPLATE_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBPBD_TEMPLATE_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBPBD_TEMPLATE_MEMBER_DLL_IMPORT
 
#define LIBPBD_TEMPLATE_MEMBER_DLL_EXPORT
 
#define LIBPBD_API   LIBPBD_DLL_IMPORT
 
#define LIBPBD_TEMPLATE_API   LIBPBD_TEMPLATE_DLL_IMPORT
 
#define LIBPBD_TEMPLATE_MEMBER_API   LIBPBD_TEMPLATE_MEMBER_DLL_IMPORT
 
#define LIBPBD_LOCAL   LIBPBD_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBPBD_API

#define LIBPBD_API   LIBPBD_DLL_IMPORT

Definition at line 50 of file libpbd_visibility.h.

◆ LIBPBD_DLL_EXPORT

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

Definition at line 31 of file libpbd_visibility.h.

◆ LIBPBD_DLL_IMPORT

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

Definition at line 30 of file libpbd_visibility.h.

◆ LIBPBD_DLL_LOCAL

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

Definition at line 32 of file libpbd_visibility.h.

◆ LIBPBD_LOCAL

#define LIBPBD_LOCAL   LIBPBD_DLL_LOCAL

Definition at line 54 of file libpbd_visibility.h.

◆ LIBPBD_TEMPLATE_API

#define LIBPBD_TEMPLATE_API   LIBPBD_TEMPLATE_DLL_IMPORT

Definition at line 51 of file libpbd_visibility.h.

◆ LIBPBD_TEMPLATE_DLL_EXPORT

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

Definition at line 34 of file libpbd_visibility.h.

◆ LIBPBD_TEMPLATE_DLL_IMPORT

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

Definition at line 33 of file libpbd_visibility.h.

◆ LIBPBD_TEMPLATE_MEMBER_API

#define LIBPBD_TEMPLATE_MEMBER_API   LIBPBD_TEMPLATE_MEMBER_DLL_IMPORT

Definition at line 52 of file libpbd_visibility.h.

◆ LIBPBD_TEMPLATE_MEMBER_DLL_EXPORT

#define LIBPBD_TEMPLATE_MEMBER_DLL_EXPORT

Definition at line 36 of file libpbd_visibility.h.

◆ LIBPBD_TEMPLATE_MEMBER_DLL_IMPORT

#define LIBPBD_TEMPLATE_MEMBER_DLL_IMPORT

Definition at line 35 of file libpbd_visibility.h.