@Properties(inherit=python.class) public class _PyWeakReference extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
_PyWeakReference()
Default native constructor.
|
_PyWeakReference(long size)
Native array allocator.
|
_PyWeakReference(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
_PyWeakReference |
getPointer(long i) |
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, 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, zeropublic _PyWeakReference()
public _PyWeakReference(long size)
Pointer.position(long).public _PyWeakReference(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public _PyWeakReference position(long position)
position in class org.bytedeco.javacpp.Pointerpublic _PyWeakReference getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@ByRef public PyObject ob_base()
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)
@Cast(value="Py_hash_t") public long hash()
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 © 2023. All rights reserved.