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