Ardour  9.0-pre0-582-g084a23a80d
evoral/evoral/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 LIBEVORAL_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBEVORAL_TEMPLATE_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_TEMPLATE_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_API   LIBEVORAL_DLL_IMPORT
 
#define LIBEVORAL_TEMPLATE_API   LIBEVORAL_TEMPLATE_DLL_IMPORT
 
#define LIBEVORAL_LOCAL   LIBEVORAL_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBEVORAL_API

#define LIBEVORAL_API   LIBEVORAL_DLL_IMPORT

Definition at line 43 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_DLL_EXPORT

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

Definition at line 29 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_DLL_IMPORT

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

Definition at line 28 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_DLL_LOCAL

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

Definition at line 30 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_LOCAL

#define LIBEVORAL_LOCAL   LIBEVORAL_DLL_LOCAL

Definition at line 46 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_TEMPLATE_API

#define LIBEVORAL_TEMPLATE_API   LIBEVORAL_TEMPLATE_DLL_IMPORT

Definition at line 44 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_TEMPLATE_DLL_EXPORT

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

Definition at line 32 of file evoral/evoral/visibility.h.

◆ LIBEVORAL_TEMPLATE_DLL_IMPORT

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

Definition at line 31 of file evoral/evoral/visibility.h.