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