@Properties(inherit=python.class) public class PyTupleObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyTupleObject()
Default native constructor.
|
PyTupleObject(long size)
Native array allocator.
|
PyTupleObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyTupleObject |
getPointer(long i) |
PyVarObject |
ob_base() |
PyTupleObject |
ob_base(PyVarObject setter) |
PointerPointer |
ob_item() |
PyObject |
ob_item(int i) |
PyTupleObject |
ob_item(int i,
PyObject setter) |
PyTupleObject |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PyTupleObject()
public PyTupleObject(long size)
Pointer.position(long)
.public PyTupleObject(Pointer p)
Pointer(Pointer)
.public PyTupleObject position(long position)
public PyTupleObject getPointer(long i)
getPointer
in class Pointer
@ByRef public PyVarObject ob_base()
public PyTupleObject ob_base(PyVarObject setter)
public PyObject ob_item(int i)
public PyTupleObject ob_item(int i, PyObject setter)
@MemberGetter @Cast(value="PyObject**") public PointerPointer ob_item()
Copyright © 2024. All rights reserved.