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