Ardour  8.7-14-g57a6773833
temporal/temporal/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 LIBTEMPORAL_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBTEMPORAL_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBTEMPORAL_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBTEMPORAL_TEMPLATE_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBTEMPORAL_TEMPLATE_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBTEMPORAL_API   LIBTEMPORAL_DLL_IMPORT
 
#define LIBTEMPORAL_TEMPLATE_API   LIBTEMPORAL_TEMPLATE_DLL_IMPORT
 
#define LIBTEMPORAL_LOCAL   LIBTEMPORAL_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBTEMPORAL_API

#define LIBTEMPORAL_API   LIBTEMPORAL_DLL_IMPORT

Definition at line 40 of file temporal/temporal/visibility.h.

◆ LIBTEMPORAL_DLL_EXPORT

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

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

◆ LIBTEMPORAL_DLL_IMPORT

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

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

◆ LIBTEMPORAL_DLL_LOCAL

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

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

◆ LIBTEMPORAL_LOCAL

#define LIBTEMPORAL_LOCAL   LIBTEMPORAL_DLL_LOCAL

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

◆ LIBTEMPORAL_TEMPLATE_API

#define LIBTEMPORAL_TEMPLATE_API   LIBTEMPORAL_TEMPLATE_DLL_IMPORT

Definition at line 41 of file temporal/temporal/visibility.h.

◆ LIBTEMPORAL_TEMPLATE_DLL_EXPORT

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

Definition at line 33 of file temporal/temporal/visibility.h.

◆ LIBTEMPORAL_TEMPLATE_DLL_IMPORT

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

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