Go to the source code of this file.
Macros | |
#define | LOGURU_EXPORT __attribute__((visibility("default"))) |
#define | LOGURU_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | LOGURU_DEPRECATED __attribute__ ((__deprecated__)) |
#define | LOGURU_DEPRECATED_EXPORT LOGURU_EXPORT LOGURU_DEPRECATED |
#define | LOGURU_DEPRECATED_NO_EXPORT LOGURU_NO_EXPORT LOGURU_DEPRECATED |
#define LOGURU_EXPORT __attribute__((visibility("default"))) |
Definition at line 15 of file vtkloguru_export.h.
#define LOGURU_NO_EXPORT __attribute__((visibility("hidden"))) |
Definition at line 20 of file vtkloguru_export.h.
#define LOGURU_DEPRECATED __attribute__ ((__deprecated__)) |
Definition at line 25 of file vtkloguru_export.h.
#define LOGURU_DEPRECATED_EXPORT LOGURU_EXPORT LOGURU_DEPRECATED |
Definition at line 29 of file vtkloguru_export.h.
#define LOGURU_DEPRECATED_NO_EXPORT LOGURU_NO_EXPORT LOGURU_DEPRECATED |
Definition at line 33 of file vtkloguru_export.h.