@Properties(inherit=python.class) public class PyVarObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyVarObject()
Default native constructor.
|
PyVarObject(long size)
Native array allocator.
|
PyVarObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyVarObject |
getPointer(long i) |
PyObject |
ob_base() |
PyVarObject |
ob_base(PyObject setter) |
long |
ob_size() |
PyVarObject |
ob_size(long setter) |
PyVarObject |
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 PyVarObject()
public PyVarObject(long size)
Pointer.position(long)
.public PyVarObject(Pointer p)
Pointer(Pointer)
.public PyVarObject position(long position)
public PyVarObject getPointer(long i)
getPointer
in class Pointer
public PyVarObject ob_base(PyObject setter)
public PyVarObject ob_size(long setter)
Copyright © 2024. All rights reserved.