public class CXIdxObjCProtocolRefInfo
extends org.lwjgl.system.Struct
struct CXIdxObjCProtocolRefInfo {
CXIdxEntityInfo const * protocol;
CXCursor cursor;
CXIdxLoc loc;
}| Modifier and Type | Class and Description |
|---|---|
static class |
CXIdxObjCProtocolRefInfo.Buffer
An array of
CXIdxObjCProtocolRefInfo structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
CURSOR
The struct member offsets.
|
static int |
LOC
The struct member offsets.
|
static int |
PROTOCOL
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
| Constructor and Description |
|---|
CXIdxObjCProtocolRefInfo(java.nio.ByteBuffer container)
Creates a
CXIdxObjCProtocolRefInfo instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static CXIdxObjCProtocolRefInfo |
create(long address)
Returns a new
CXIdxObjCProtocolRefInfo instance for the specified memory address. |
static CXIdxObjCProtocolRefInfo.Buffer |
create(long address,
int capacity)
Create a
CXIdxObjCProtocolRefInfo.Buffer instance at the specified memory. |
static CXIdxObjCProtocolRefInfo |
createSafe(long address)
|
static CXIdxObjCProtocolRefInfo.Buffer |
createSafe(long address,
int capacity)
|
CXCursor |
cursor()
Returns a
CXCursor view of the cursor field. |
CXIdxLoc |
loc()
Returns a
CXIdxLoc view of the loc field. |
static CXCursor |
ncursor(long struct)
Unsafe version of
cursor(). |
static CXIdxLoc |
nloc(long struct)
Unsafe version of
loc(). |
static CXIdxEntityInfo |
nprotocol(long struct)
Unsafe version of
protocol(). |
CXIdxEntityInfo |
protocol()
Returns a
CXIdxEntityInfo view of the struct pointed to by the protocol field. |
int |
sizeof() |
public static final int SIZEOF
public static final int ALIGNOF
public static final int PROTOCOL
public static final int CURSOR
public static final int LOC
public CXIdxObjCProtocolRefInfo(java.nio.ByteBuffer container)
CXIdxObjCProtocolRefInfo 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 CXIdxEntityInfo protocol()
CXIdxEntityInfo view of the struct pointed to by the protocol field.public static CXIdxObjCProtocolRefInfo create(long address)
CXIdxObjCProtocolRefInfo instance for the specified memory address.@Nullable public static CXIdxObjCProtocolRefInfo createSafe(long address)
public static CXIdxObjCProtocolRefInfo.Buffer create(long address, int capacity)
CXIdxObjCProtocolRefInfo.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static CXIdxObjCProtocolRefInfo.Buffer createSafe(long address, int capacity)
public static CXIdxEntityInfo nprotocol(long struct)
protocol().Copyright LWJGL. All Rights Reserved. License terms.