clang API Documentation

Public Attributes
CXPlatformAvailability Struct Reference

#include <Index.h>

Collaboration diagram for CXPlatformAvailability:
Collaboration graph
[legend]

List of all members.

Public Attributes

CXString Platform
 A string that describes the platform for which this structure provides availability information.
CXVersion Introduced
 The version number in which this entity was introduced.
CXVersion Deprecated
 The version number in which this entity was deprecated (but is still available).
CXVersion Obsoleted
 The version number in which this entity was obsoleted, and therefore is no longer available.
int Unavailable
 Whether the entity is unconditionally unavailable on this platform.
CXString Message
 An optional message to provide to a user of this API, e.g., to suggest replacement APIs.

Detailed Description

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.

Definition at line 2440 of file Index.h.


Member Data Documentation

The version number in which this entity was deprecated (but is still available).

Definition at line 2456 of file Index.h.

The version number in which this entity was introduced.

Definition at line 2451 of file Index.h.

An optional message to provide to a user of this API, e.g., to suggest replacement APIs.

Definition at line 2470 of file Index.h.

The version number in which this entity was obsoleted, and therefore is no longer available.

Definition at line 2461 of file Index.h.

A string that describes the platform for which this structure provides availability information.

Possible values are "ios" or "macosx".

Definition at line 2447 of file Index.h.

Whether the entity is unconditionally unavailable on this platform.

Definition at line 2465 of file Index.h.


The documentation for this struct was generated from the following file: