clang
3.7.0
|
#include <Index.h>
Public Attributes | |
CXString | Platform |
A string that describes the platform for which this structure provides availability information. More... | |
CXVersion | Introduced |
The version number in which this entity was introduced. More... | |
CXVersion | Deprecated |
The version number in which this entity was deprecated (but is still available). More... | |
CXVersion | Obsoleted |
The version number in which this entity was obsoleted, and therefore is no longer available. More... | |
int | Unavailable |
Whether the entity is unconditionally unavailable on this platform. More... | |
CXString | Message |
An optional message to provide to a user of this API, e.g., to suggest replacement APIs. More... | |
Describes the availability of a given entity on a particular platform, e.g., a particular class might only be available on Mac OS 10.7 or newer.
CXVersion CXPlatformAvailability::Deprecated |
CXVersion CXPlatformAvailability::Introduced |
CXString CXPlatformAvailability::Message |
CXVersion CXPlatformAvailability::Obsoleted |
CXString CXPlatformAvailability::Platform |
int CXPlatformAvailability::Unavailable |