NVIDIA DeepStream SDK API Reference

9.0 Release
sources/includes/prometheus/detail/core_export.h File Reference

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
 

Macro Definition Documentation

◆ PROMETHEUS_CPP_CORE_DEPRECATED

#define PROMETHEUS_CPP_CORE_DEPRECATED   __attribute__ ((__deprecated__))

◆ PROMETHEUS_CPP_CORE_DEPRECATED_EXPORT

#define PROMETHEUS_CPP_CORE_DEPRECATED_EXPORT   PROMETHEUS_CPP_CORE_EXPORT PROMETHEUS_CPP_CORE_DEPRECATED

◆ PROMETHEUS_CPP_CORE_DEPRECATED_NO_EXPORT

#define PROMETHEUS_CPP_CORE_DEPRECATED_NO_EXPORT   PROMETHEUS_CPP_CORE_NO_EXPORT PROMETHEUS_CPP_CORE_DEPRECATED

◆ PROMETHEUS_CPP_CORE_EXPORT

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

◆ PROMETHEUS_CPP_CORE_NO_EXPORT

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