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