Package app.photofox.vipsffm.generated
Class _VipsArgumentInstance
java.lang.Object
app.photofox.vipsffm.generated._VipsArgumentInstance
- Direct Known Subclasses:
VipsArgumentInstance
struct _VipsArgumentInstance {
VipsArgument parent;
VipsArgumentClass *argument_class;
VipsObject *object;
gboolean assigned;
gulong close_id;
gulong invalidate_id;
}
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentallocate(SegmentAllocator allocator) Allocate a segment of sizelayout().byteSize()usingallocatorstatic MemorySegmentallocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of sizeelementCountusingallocator.static MemorySegmentargument_class(MemorySegment struct) Getter for field:VipsArgumentClass *argument_classstatic voidargument_class(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsArgumentClass *argument_classstatic final AddressLayoutLayout for field:VipsArgumentClass *argument_classstatic final longOffset for field:VipsArgumentClass *argument_classstatic intassigned(MemorySegment struct) Getter for field:gboolean assignedstatic voidassigned(MemorySegment struct, int fieldValue) Setter for field:gboolean assignedstatic final ValueLayout.OfIntLayout for field:gboolean assignedstatic final longOffset for field:gboolean assignedstatic MemorySegmentasSlice(MemorySegment array, long index) Obtains a slice ofarrayParamwhich selects the array element atindex.static longclose_id(MemorySegment struct) Getter for field:gulong close_idstatic voidclose_id(MemorySegment struct, long fieldValue) Setter for field:gulong close_idstatic final ValueLayout.OfLongLayout for field:gulong close_idstatic final longOffset for field:gulong close_idstatic longinvalidate_id(MemorySegment struct) Getter for field:gulong invalidate_idstatic voidinvalidate_id(MemorySegment struct, long fieldValue) Setter for field:gulong invalidate_idstatic final ValueLayout.OfLongLayout for field:gulong invalidate_idstatic final longOffset for field:gulong invalidate_idstatic final GroupLayoutlayout()The layout of this structstatic MemorySegmentobject(MemorySegment struct) Getter for field:VipsObject *objectstatic voidobject(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsObject *objectstatic final AddressLayoutLayout for field:VipsObject *objectstatic final longOffset for field:VipsObject *objectstatic MemorySegmentparent(MemorySegment struct) Getter for field:VipsArgument parentstatic voidparent(MemorySegment struct, MemorySegment fieldValue) Setter for field:VipsArgument parentstatic final GroupLayoutLayout for field:VipsArgument parentstatic final longOffset for field:VipsArgument parentstatic MemorySegmentreinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static MemorySegmentreinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any).static longsizeof()The size (in bytes) of this struct
-
Method Details
-
layout
The layout of this struct -
parent$layout
Layout for field:VipsArgument parent -
parent$offset
public static final long parent$offset()Offset for field:VipsArgument parent -
parent
Getter for field:VipsArgument parent -
parent
Setter for field:VipsArgument parent -
argument_class$layout
Layout for field:VipsArgumentClass *argument_class -
argument_class$offset
public static final long argument_class$offset()Offset for field:VipsArgumentClass *argument_class -
argument_class
Getter for field:VipsArgumentClass *argument_class -
argument_class
Setter for field:VipsArgumentClass *argument_class -
object$layout
Layout for field:VipsObject *object -
object$offset
public static final long object$offset()Offset for field:VipsObject *object -
object
Getter for field:VipsObject *object -
object
Setter for field:VipsObject *object -
assigned$layout
Layout for field:gboolean assigned -
assigned$offset
public static final long assigned$offset()Offset for field:gboolean assigned -
assigned
Getter for field:gboolean assigned -
assigned
Setter for field:gboolean assigned -
close_id$layout
Layout for field:gulong close_id -
close_id$offset
public static final long close_id$offset()Offset for field:gulong close_id -
close_id
Getter for field:gulong close_id -
close_id
Setter for field:gulong close_id -
invalidate_id$layout
Layout for field:gulong invalidate_id -
invalidate_id$offset
public static final long invalidate_id$offset()Offset for field:gulong invalidate_id -
invalidate_id
Getter for field:gulong invalidate_id -
invalidate_id
Setter for field:gulong invalidate_id -
asSlice
Obtains a slice ofarrayParamwhich selects the array element atindex. The returned segment has addressarrayParam.address() + index * layout().byteSize() -
sizeof
public static long sizeof()The size (in bytes) of this struct -
allocate
Allocate a segment of sizelayout().byteSize()usingallocator -
allocateArray
Allocate an array of sizeelementCountusingallocator. The returned segment has sizeelementCount * layout().byteSize(). -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizelayout().byteSize() -
reinterpret
public static MemorySegment reinterpret(MemorySegment addr, long elementCount, Arena arena, Consumer<MemorySegment> cleanup) Reinterpretsaddrusing targetarenaandcleanupAction(if any). The returned segment has sizeelementCount * layout().byteSize()
-