public class CXIdxObjCProtocolRefListInfo
extends org.lwjgl.system.Struct
struct CXIdxObjCProtocolRefListInfo {
CXIdxObjCProtocolRefInfo const * const * protocols;
unsigned numProtocols;
}| Modifier and Type | Class and Description |
|---|---|
static class |
CXIdxObjCProtocolRefListInfo.Buffer
An array of
CXIdxObjCProtocolRefListInfo structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
NUMPROTOCOLS
The struct member offsets.
|
static int |
PROTOCOLS
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
| Constructor and Description |
|---|
CXIdxObjCProtocolRefListInfo(java.nio.ByteBuffer container)
Creates a
CXIdxObjCProtocolRefListInfo instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static CXIdxObjCProtocolRefListInfo |
create(long address)
Returns a new
CXIdxObjCProtocolRefListInfo instance for the specified memory address. |
static CXIdxObjCProtocolRefListInfo.Buffer |
create(long address,
int capacity)
Create a
CXIdxObjCProtocolRefListInfo.Buffer instance at the specified memory. |
static CXIdxObjCProtocolRefListInfo |
createSafe(long address)
|
static CXIdxObjCProtocolRefListInfo.Buffer |
createSafe(long address,
int capacity)
|
static int |
nnumProtocols(long struct)
Unsafe version of
numProtocols(). |
static org.lwjgl.PointerBuffer |
nprotocols(long struct)
Unsafe version of
protocols. |
int |
numProtocols()
Returns the value of the
numProtocols field. |
org.lwjgl.PointerBuffer |
protocols()
Returns a
PointerBuffer view of the data pointed to by the protocols field. |
int |
sizeof() |
public static final int SIZEOF
public static final int ALIGNOF
public static final int PROTOCOLS
public static final int NUMPROTOCOLS
public CXIdxObjCProtocolRefListInfo(java.nio.ByteBuffer container)
CXIdxObjCProtocolRefListInfo instance at the current position of the specified ByteBuffer container. 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.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic org.lwjgl.PointerBuffer protocols()
PointerBuffer view of the data pointed to by the protocols field.public int numProtocols()
numProtocols field.public static CXIdxObjCProtocolRefListInfo create(long address)
CXIdxObjCProtocolRefListInfo instance for the specified memory address.@Nullable public static CXIdxObjCProtocolRefListInfo createSafe(long address)
public static CXIdxObjCProtocolRefListInfo.Buffer create(long address, int capacity)
CXIdxObjCProtocolRefListInfo.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static CXIdxObjCProtocolRefListInfo.Buffer createSafe(long address, int capacity)
public static org.lwjgl.PointerBuffer nprotocols(long struct)
protocols.public static int nnumProtocols(long struct)
numProtocols().Copyright LWJGL. All Rights Reserved. License terms.