Package org.lwjgl.llvm
Class CXIdxObjCPropertyDeclInfo
- All Implemented Interfaces:
Pointer
struct CXIdxObjCPropertyDeclInfo {
{@link CXIdxDeclInfo CXIdxDeclInfo} const * declInfo;
{@link CXIdxEntityInfo CXIdxEntityInfo} const * getter;
{@link CXIdxEntityInfo CXIdxEntityInfo} const * setter;
}
-
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 member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCXIdxObjCPropertyDeclInfo
(ByteBuffer container) Creates aCXIdxObjCPropertyDeclInfo
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic CXIdxObjCPropertyDeclInfo
create
(long address) Returns a newCXIdxObjCPropertyDeclInfo
instance for the specified memory address.create
(long address, int capacity) Create aCXIdxObjCPropertyDeclInfo.Buffer
instance at the specified memory.static @Nullable CXIdxObjCPropertyDeclInfo
createSafe
(long address) static @Nullable CXIdxObjCPropertyDeclInfo.Buffer
createSafe
(long address, int capacity) declInfo()
getter()
static CXIdxDeclInfo
ndeclInfo
(long struct) Unsafe version ofdeclInfo()
.static CXIdxEntityInfo
ngetter
(long struct) Unsafe version ofgetter()
.static CXIdxEntityInfo
nsetter
(long struct) Unsafe version ofsetter()
.setter()
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. -
DECLINFO
public static final int DECLINFOThe struct member offsets. -
GETTER
public static final int GETTERThe struct member offsets. -
SETTER
public static final int SETTERThe struct member offsets.
-
-
Constructor Details
-
CXIdxObjCPropertyDeclInfo
Creates aCXIdxObjCPropertyDeclInfo
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<CXIdxObjCPropertyDeclInfo>
-
declInfo
- Returns:
- a
CXIdxDeclInfo
view of the struct pointed to by thedeclInfo
field.
-
getter
- Returns:
- a
CXIdxEntityInfo
view of the struct pointed to by thegetter
field.
-
setter
- Returns:
- a
CXIdxEntityInfo
view of the struct pointed to by thesetter
field.
-
create
Returns a newCXIdxObjCPropertyDeclInfo
instance for the specified memory address. -
createSafe
-
create
Create aCXIdxObjCPropertyDeclInfo.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
ndeclInfo
Unsafe version ofdeclInfo()
. -
ngetter
Unsafe version ofgetter()
. -
nsetter
Unsafe version ofsetter()
.
-