Vuo 2.4.2
Loading...
Searching...
No Matches
Macros
VuoMacOSSDKWorkaround.h File Reference

Description

VuoMacOSSDKWorkaround header.

Definition in file VuoMacOSSDKWorkaround.h.

Go to the source code of this file.

Macros

#define API_AVAILABLE(...)
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define API_UNAVAILABLE(...)
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define API_UNAVAILABLE_BEGIN(...)
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define API_UNAVAILABLE_END
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define API_DEPRECATED(message, ...)   __attribute__((deprecated(message)))
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define API_DEPRECATED_WITH_REPLACEMENT(replacement, ...)   __attribute__((deprecated("Deprecated; replaced by " replacement)))
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define API_TO_BE_DEPRECATED   100000
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define UT_AVAILABLE_BEGIN
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define UT_AVAILABLE_END
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 
#define NS_RETURNS_INNER_POINTER
 Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones. More...
 

Macro Definition Documentation

◆ API_AVAILABLE

#define API_AVAILABLE (   ...)

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 15 of file VuoMacOSSDKWorkaround.h.

◆ API_DEPRECATED

#define API_DEPRECATED (   message,
  ... 
)    __attribute__((deprecated(message)))

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 19 of file VuoMacOSSDKWorkaround.h.

◆ API_DEPRECATED_WITH_REPLACEMENT

#define API_DEPRECATED_WITH_REPLACEMENT (   replacement,
  ... 
)    __attribute__((deprecated("Deprecated; replaced by " replacement)))

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 20 of file VuoMacOSSDKWorkaround.h.

◆ API_TO_BE_DEPRECATED

#define API_TO_BE_DEPRECATED   100000

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 22 of file VuoMacOSSDKWorkaround.h.

◆ API_UNAVAILABLE

#define API_UNAVAILABLE (   ...)

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 16 of file VuoMacOSSDKWorkaround.h.

◆ API_UNAVAILABLE_BEGIN

#define API_UNAVAILABLE_BEGIN (   ...)

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 17 of file VuoMacOSSDKWorkaround.h.

◆ API_UNAVAILABLE_END

#define API_UNAVAILABLE_END

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 18 of file VuoMacOSSDKWorkaround.h.

◆ NS_RETURNS_INNER_POINTER

#define NS_RETURNS_INNER_POINTER

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 26 of file VuoMacOSSDKWorkaround.h.

◆ UT_AVAILABLE_BEGIN

#define UT_AVAILABLE_BEGIN

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 23 of file VuoMacOSSDKWorkaround.h.

◆ UT_AVAILABLE_END

#define UT_AVAILABLE_END

Clang 5 doesn't understand the macOS 11 SDK's availability macros; replace them with our own simpler ones.

Definition at line 24 of file VuoMacOSSDKWorkaround.h.