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