public static class LLVMOpInfoSymbol1.Buffer extends org.lwjgl.system.StructBuffer<LLVMOpInfoSymbol1,LLVMOpInfoSymbol1.Buffer> implements org.lwjgl.system.NativeResource
LLVMOpInfoSymbol1 structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
LLVMOpInfoSymbol1.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
Name()
Returns a
ByteBuffer view of the null-terminated string pointed to by the Name field. |
LLVMOpInfoSymbol1.Buffer |
Name(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to the
Name field. |
java.lang.String |
NameString()
Decodes the null-terminated string pointed to by the
Name field. |
long |
Present()
Returns the value of the
Present field. |
LLVMOpInfoSymbol1.Buffer |
Present(long value)
Sets the specified value to the
Present field. |
long |
Value()
Returns the value of the
Value field. |
LLVMOpInfoSymbol1.Buffer |
Value(long value)
Sets the specified value to the
Value field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
LLVMOpInfoSymbol1.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by LLVMOpInfoSymbol1.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public long Present()
Present field.@Nullable public java.nio.ByteBuffer Name()
ByteBuffer view of the null-terminated string pointed to by the Name field.@Nullable public java.lang.String NameString()
Name field.public long Value()
Value field.public LLVMOpInfoSymbol1.Buffer Present(long value)
Present field.public LLVMOpInfoSymbol1.Buffer Name(@Nullable java.nio.ByteBuffer value)
Name field.public LLVMOpInfoSymbol1.Buffer Value(long value)
Value field.Copyright LWJGL. All Rights Reserved. License terms.