@Properties(inherit=numpy.class) public class PyVoidScalarObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyVoidScalarObject()
Default native constructor.
|
PyVoidScalarObject(long size)
Native array allocator.
|
PyVoidScalarObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
base() |
PyVoidScalarObject |
base(PyObject setter) |
PyArray_Descr |
descr() |
PyVoidScalarObject |
descr(PyArray_Descr setter) |
int |
flags() |
PyVoidScalarObject |
flags(int setter) |
PyVarObject |
ob_base() |
PyVoidScalarObject |
ob_base(PyVarObject setter) |
BytePointer |
obval() |
PyVoidScalarObject |
obval(BytePointer setter) |
PyVoidScalarObject |
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 PyVoidScalarObject()
public PyVoidScalarObject(long size)
Pointer.position(long)
.public PyVoidScalarObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyVoidScalarObject position(long position)
@ByRef public PyVarObject ob_base()
public PyVoidScalarObject ob_base(PyVarObject setter)
@Cast(value="char*") public BytePointer obval()
public PyVoidScalarObject obval(BytePointer setter)
public PyArray_Descr descr()
public PyVoidScalarObject descr(PyArray_Descr setter)
public int flags()
public PyVoidScalarObject flags(int setter)
public PyObject base()
public PyVoidScalarObject base(PyObject setter)
Copyright © 2020. All rights reserved.