COMBINATORIAL_BLAS  1.6
combblas_export.h File Reference

Go to the source code of this file.

Macros

#define COMBBLAS_EXPORT   __attribute__((visibility("default")))
 
#define COMBBLAS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define COMBBLAS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define COMBBLAS_DEPRECATED_EXPORT   COMBBLAS_EXPORT COMBBLAS_DEPRECATED
 
#define COMBBLAS_DEPRECATED_NO_EXPORT   COMBBLAS_NO_EXPORT COMBBLAS_DEPRECATED
 

Macro Definition Documentation

◆ COMBBLAS_DEPRECATED

#define COMBBLAS_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file combblas_export.h.

◆ COMBBLAS_DEPRECATED_EXPORT

#define COMBBLAS_DEPRECATED_EXPORT   COMBBLAS_EXPORT COMBBLAS_DEPRECATED

Definition at line 29 of file combblas_export.h.

◆ COMBBLAS_DEPRECATED_NO_EXPORT

#define COMBBLAS_DEPRECATED_NO_EXPORT   COMBBLAS_NO_EXPORT COMBBLAS_DEPRECATED

Definition at line 33 of file combblas_export.h.

◆ COMBBLAS_EXPORT

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

Definition at line 15 of file combblas_export.h.

◆ COMBBLAS_NO_EXPORT

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

Definition at line 20 of file combblas_export.h.