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 |
#define COMBBLAS_DEPRECATED __attribute__ ((__deprecated__)) |
Definition at line 25 of file combblas_export.h.
#define COMBBLAS_DEPRECATED_EXPORT COMBBLAS_EXPORT COMBBLAS_DEPRECATED |
Definition at line 29 of file combblas_export.h.
#define COMBBLAS_DEPRECATED_NO_EXPORT COMBBLAS_NO_EXPORT COMBBLAS_DEPRECATED |
Definition at line 33 of file combblas_export.h.
#define COMBBLAS_EXPORT __attribute__((visibility("default"))) |
Definition at line 15 of file combblas_export.h.
#define COMBBLAS_NO_EXPORT __attribute__((visibility("hidden"))) |
Definition at line 20 of file combblas_export.h.