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