Go to the source code of this file.
Macros | |
#define | TOKEN_EXPORT __attribute__((visibility("default"))) |
#define | TOKEN_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | TOKEN_DEPRECATED __attribute__ ((__deprecated__)) |
#define | TOKEN_DEPRECATED_EXPORT TOKEN_EXPORT TOKEN_DEPRECATED |
#define | TOKEN_DEPRECATED_NO_EXPORT TOKEN_NO_EXPORT TOKEN_DEPRECATED |
#define TOKEN_EXPORT __attribute__((visibility("default"))) |
#define TOKEN_NO_EXPORT __attribute__((visibility("hidden"))) |
#define TOKEN_DEPRECATED_EXPORT TOKEN_EXPORT TOKEN_DEPRECATED |
#define TOKEN_DEPRECATED_NO_EXPORT TOKEN_NO_EXPORT TOKEN_DEPRECATED |