Package org.lwjgl.llvm
Class CXPlatformAvailability
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<CXPlatformAvailability>
org.lwjgl.llvm.CXPlatformAvailability
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class CXPlatformAvailability
extends org.lwjgl.system.Struct<CXPlatformAvailability>
implements org.lwjgl.system.NativeResource
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.
Layout
struct CXPlatformAvailability {
CXString Platform();
CXVersion Introduced();
CXVersion Deprecated();
CXVersion Obsoleted();
int Unavailable();
CXString Message();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionCXPlatformAvailability(ByteBuffer container) Creates aCXPlatformAvailabilityinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic CXPlatformAvailabilitycalloc()Returns a newCXPlatformAvailabilityinstance allocated withmemCalloc.calloc(int capacity) Returns a newCXPlatformAvailability.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newCXPlatformAvailability.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static CXPlatformAvailabilitycalloc(org.lwjgl.system.MemoryStack stack) Returns a newCXPlatformAvailabilityinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static CXPlatformAvailabilityDeprecated.callocStack(int capacity) Deprecated.callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static CXPlatformAvailabilitycallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static CXPlatformAvailabilitycreate()Returns a newCXPlatformAvailabilityinstance allocated withBufferUtils.create(int capacity) Returns a newCXPlatformAvailability.Bufferinstance allocated withBufferUtils.static CXPlatformAvailabilitycreate(long address) Returns a newCXPlatformAvailabilityinstance for the specified memory address.create(long address, int capacity) Create aCXPlatformAvailability.Bufferinstance at the specified memory.static @Nullable CXPlatformAvailabilitycreateSafe(long address) static @Nullable CXPlatformAvailability.BuffercreateSafe(long address, int capacity) the version number in which this entity was deprecated (but is still available)the version number in which this entity was introducedstatic CXPlatformAvailabilitymalloc()Returns a newCXPlatformAvailabilityinstance allocated withmemAlloc.malloc(int capacity) Returns a newCXPlatformAvailability.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newCXPlatformAvailability.Bufferinstance allocated on the specifiedMemoryStack.static CXPlatformAvailabilitymalloc(org.lwjgl.system.MemoryStack stack) Returns a newCXPlatformAvailabilityinstance allocated on the specifiedMemoryStack.static CXPlatformAvailabilityDeprecated.mallocStack(int capacity) Deprecated.mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static CXPlatformAvailabilitymallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.Message()an optional message to provide to a user of this API, e.g., to suggest replacement APIsstatic CXVersionnDeprecated(long struct) Unsafe version ofDeprecated().static CXVersionnIntroduced(long struct) Unsafe version ofIntroduced().static CXStringnMessage(long struct) Unsafe version ofMessage().static CXVersionnObsoleted(long struct) Unsafe version ofObsoleted().static CXStringnPlatform(long struct) Unsafe version ofPlatform().static intnUnavailable(long struct) Unsafe version ofUnavailable().the version number in which this entity was obsoleted, and therefore is no longer availablePlatform()a string that describes the platform for which this structure provides availability information.intsizeof()intwhether the entity is unconditionally unavailable on this platformMethods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
PLATFORM
public static final int PLATFORMThe struct member offsets. -
INTRODUCED
public static final int INTRODUCEDThe struct member offsets. -
DEPRECATED
public static final int DEPRECATEDThe struct member offsets. -
OBSOLETED
public static final int OBSOLETEDThe struct member offsets. -
UNAVAILABLE
public static final int UNAVAILABLEThe struct member offsets. -
MESSAGE
public static final int MESSAGEThe struct member offsets.
-
-
Constructor Details
-
CXPlatformAvailability
Creates aCXPlatformAvailabilityinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<CXPlatformAvailability>
-
Platform
a string that describes the platform for which this structure provides availability information.Possible values are "ios" or "macos".
-
Introduced
the version number in which this entity was introduced -
Deprecated
the version number in which this entity was deprecated (but is still available) -
Obsoleted
the version number in which this entity was obsoleted, and therefore is no longer available -
Message
an optional message to provide to a user of this API, e.g., to suggest replacement APIs -
malloc
Returns a newCXPlatformAvailabilityinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newCXPlatformAvailabilityinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newCXPlatformAvailabilityinstance allocated withBufferUtils. -
create
Returns a newCXPlatformAvailabilityinstance for the specified memory address. -
createSafe
-
malloc
Returns a newCXPlatformAvailability.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newCXPlatformAvailability.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newCXPlatformAvailability.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aCXPlatformAvailability.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static CXPlatformAvailability.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static CXPlatformAvailability.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newCXPlatformAvailabilityinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newCXPlatformAvailabilityinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static CXPlatformAvailability.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newCXPlatformAvailability.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static CXPlatformAvailability.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newCXPlatformAvailability.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nPlatform
Unsafe version ofPlatform(). -
nIntroduced
Unsafe version ofIntroduced(). -
nDeprecated
Unsafe version ofDeprecated(). -
nObsoleted
Unsafe version ofObsoleted(). -
nMessage
Unsafe version ofMessage().
-