libusermetrics
|
Go to the source code of this file.
Macros | |
#define | USERMETRICSINPUT_EXPORT __attribute__((visibility("default"))) |
#define | USERMETRICSINPUT_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | USERMETRICSINPUT_DEPRECATED __attribute__ ((__deprecated__)) |
#define | USERMETRICSINPUT_DEPRECATED_EXPORT USERMETRICSINPUT_EXPORT USERMETRICSINPUT_DEPRECATED |
#define | USERMETRICSINPUT_DEPRECATED_NO_EXPORT USERMETRICSINPUT_NO_EXPORT USERMETRICSINPUT_DEPRECATED |
#define USERMETRICSINPUT_DEPRECATED __attribute__ ((__deprecated__)) |
#define USERMETRICSINPUT_DEPRECATED_EXPORT USERMETRICSINPUT_EXPORT USERMETRICSINPUT_DEPRECATED |
#define USERMETRICSINPUT_DEPRECATED_NO_EXPORT USERMETRICSINPUT_NO_EXPORT USERMETRICSINPUT_DEPRECATED |
#define USERMETRICSINPUT_EXPORT __attribute__((visibility("default"))) |
#define USERMETRICSINPUT_NO_EXPORT __attribute__((visibility("hidden"))) |