Go to the source code of this file.
Macros | |
| #define | PROMETHEUS_CPP_CORE_EXPORT __attribute__((visibility("default"))) |
| #define | PROMETHEUS_CPP_CORE_NO_EXPORT __attribute__((visibility("hidden"))) |
| #define | PROMETHEUS_CPP_CORE_DEPRECATED __attribute__ ((__deprecated__)) |
| #define | PROMETHEUS_CPP_CORE_DEPRECATED_EXPORT PROMETHEUS_CPP_CORE_EXPORT PROMETHEUS_CPP_CORE_DEPRECATED |
| #define | PROMETHEUS_CPP_CORE_DEPRECATED_NO_EXPORT PROMETHEUS_CPP_CORE_NO_EXPORT PROMETHEUS_CPP_CORE_DEPRECATED |
| #define PROMETHEUS_CPP_CORE_DEPRECATED __attribute__ ((__deprecated__)) |
Definition at line 25 of file 9.0/sources/includes/prometheus/detail/core_export.h.
| #define PROMETHEUS_CPP_CORE_DEPRECATED_EXPORT PROMETHEUS_CPP_CORE_EXPORT PROMETHEUS_CPP_CORE_DEPRECATED |
Definition at line 29 of file 9.0/sources/includes/prometheus/detail/core_export.h.
| #define PROMETHEUS_CPP_CORE_DEPRECATED_NO_EXPORT PROMETHEUS_CPP_CORE_NO_EXPORT PROMETHEUS_CPP_CORE_DEPRECATED |
Definition at line 33 of file 9.0/sources/includes/prometheus/detail/core_export.h.
| #define PROMETHEUS_CPP_CORE_EXPORT __attribute__((visibility("default"))) |
Definition at line 15 of file 9.0/sources/includes/prometheus/detail/core_export.h.
| #define PROMETHEUS_CPP_CORE_NO_EXPORT __attribute__((visibility("hidden"))) |
Definition at line 20 of file 9.0/sources/includes/prometheus/detail/core_export.h.