Package org.lwjgl.llvm
Class CXIdxObjCInterfaceDeclInfo
- All Implemented Interfaces:
Pointer
struct CXIdxObjCInterfaceDeclInfo {
{@link CXIdxObjCContainerDeclInfo CXIdxObjCContainerDeclInfo} const * containerInfo;
{@link CXIdxBaseClassInfo CXIdxBaseClassInfo} const * superInfo;
{@link CXIdxObjCProtocolRefListInfo CXIdxObjCProtocolRefListInfo} const * protocols;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCXIdxObjCInterfaceDeclInfo
(ByteBuffer container) Creates aCXIdxObjCInterfaceDeclInfo
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic CXIdxObjCInterfaceDeclInfo
create
(long address) Returns a newCXIdxObjCInterfaceDeclInfo
instance for the specified memory address.create
(long address, int capacity) Create aCXIdxObjCInterfaceDeclInfo.Buffer
instance at the specified memory.static @Nullable CXIdxObjCInterfaceDeclInfo
createSafe
(long address) static @Nullable CXIdxObjCInterfaceDeclInfo.Buffer
createSafe
(long address, int capacity) static CXIdxObjCContainerDeclInfo
ncontainerInfo
(long struct) Unsafe version ofcontainerInfo()
.static CXIdxObjCProtocolRefListInfo
nprotocols
(long struct) Unsafe version ofprotocols()
.static CXIdxBaseClassInfo
nsuperInfo
(long struct) Unsafe version ofsuperInfo()
.int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
CONTAINERINFO
public static final int CONTAINERINFOThe struct member offsets. -
SUPERINFO
public static final int SUPERINFOThe struct member offsets. -
PROTOCOLS
public static final int PROTOCOLSThe struct member offsets.
-
-
Constructor Details
-
CXIdxObjCInterfaceDeclInfo
Creates aCXIdxObjCInterfaceDeclInfo
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<CXIdxObjCInterfaceDeclInfo>
-
containerInfo
- Returns:
- a
CXIdxObjCContainerDeclInfo
view of the struct pointed to by thecontainerInfo
field.
-
superInfo
- Returns:
- a
CXIdxBaseClassInfo
view of the struct pointed to by thesuperInfo
field.
-
protocols
- Returns:
- a
CXIdxObjCProtocolRefListInfo
view of the struct pointed to by theprotocols
field.
-
create
Returns a newCXIdxObjCInterfaceDeclInfo
instance for the specified memory address. -
createSafe
-
create
Create aCXIdxObjCInterfaceDeclInfo.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
ncontainerInfo
Unsafe version ofcontainerInfo()
. -
nsuperInfo
Unsafe version ofsuperInfo()
. -
nprotocols
Unsafe version ofprotocols()
.
-