Macros
Exports.h File Reference

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
 

Macro Definition Documentation

◆ TOKEN_EXPORT

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

Definition at line 15 of file Exports.h.

◆ TOKEN_NO_EXPORT

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

Definition at line 20 of file Exports.h.

◆ TOKEN_DEPRECATED

#define TOKEN_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file Exports.h.

◆ TOKEN_DEPRECATED_EXPORT

#define TOKEN_DEPRECATED_EXPORT   TOKEN_EXPORT TOKEN_DEPRECATED

Definition at line 29 of file Exports.h.

◆ TOKEN_DEPRECATED_NO_EXPORT

#define TOKEN_DEPRECATED_NO_EXPORT   TOKEN_NO_EXPORT TOKEN_DEPRECATED

Definition at line 33 of file Exports.h.