| Package | Description |
|---|---|
| org.bytedeco.llvm.clang | |
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
CXPlatformAvailability |
CXPlatformAvailability.Deprecated(CXVersion setter) |
CXPlatformAvailability |
CXPlatformAvailability.getPointer(long i) |
CXPlatformAvailability |
CXPlatformAvailability.Introduced(CXVersion setter) |
CXPlatformAvailability |
CXPlatformAvailability.Message(CXString setter) |
CXPlatformAvailability |
CXPlatformAvailability.Obsoleted(CXVersion setter) |
CXPlatformAvailability |
CXPlatformAvailability.Platform(CXString setter) |
CXPlatformAvailability |
CXPlatformAvailability.position(long position) |
CXPlatformAvailability |
CXPlatformAvailability.Unavailable(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clang.clang_disposeCXPlatformAvailability(CXPlatformAvailability availability)
Free the memory associated with a \c CXPlatformAvailability structure.
|
static int |
clang.clang_getCursorPlatformAvailability(CXCursor cursor,
int[] always_deprecated,
CXString deprecated_message,
int[] always_unavailable,
CXString unavailable_message,
CXPlatformAvailability availability,
int availability_size) |
static int |
clang.clang_getCursorPlatformAvailability(CXCursor cursor,
IntBuffer always_deprecated,
CXString deprecated_message,
IntBuffer always_unavailable,
CXString unavailable_message,
CXPlatformAvailability availability,
int availability_size) |
static int |
clang.clang_getCursorPlatformAvailability(CXCursor cursor,
IntPointer always_deprecated,
CXString deprecated_message,
IntPointer always_unavailable,
CXString unavailable_message,
CXPlatformAvailability availability,
int availability_size)
Determine the availability of the entity that this cursor refers to
on any platforms for which availability information is known.
|
Copyright © 2024. All rights reserved.