Go to the source code of this file.
|
#define | IRIS_SDK_EXPORT |
|
#define | IRIS_SDK_NO_EXPORT __attribute__ ((visibility ("hidden"))) |
|
#define | IRIS_SDK_C_NO_EXPORT __attribute__ ((visibility ("hidden"))) |
|
#define | IRIS_SDK_DEPRECATED __declspec(deprecated) |
|
#define | IRIS_SDK_DEPRECATED_EXPORT IRIS_SDK_EXPORT IRIS_SDK_DEPRECATED |
|
#define | IRIS_SDK_DEPRECATED_NO_EXPORT IRIS_SDK_NO_EXPORT IRIS_SDK_DEPRECATED |
|