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