@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 |
|---|---|
Pointer |
_buffer_info() |
PyVoidScalarObject |
_buffer_info(Pointer setter) |
org.bytedeco.cpython.PyObject |
base() |
PyVoidScalarObject |
base(org.bytedeco.cpython.PyObject setter) |
PyArray_Descr |
descr() |
PyVoidScalarObject |
descr(PyArray_Descr setter) |
int |
flags() |
PyVoidScalarObject |
flags(int setter) |
PyVoidScalarObject |
getPointer(long i) |
org.bytedeco.cpython.PyVarObject |
ob_base() |
PyVoidScalarObject |
ob_base(org.bytedeco.cpython.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, getDirectBufferAddress, 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 PyVoidScalarObject()
public PyVoidScalarObject(long size)
Pointer.position(long).public PyVoidScalarObject(Pointer p)
Pointer(Pointer).public PyVoidScalarObject position(long position)
public PyVoidScalarObject getPointer(long i)
getPointer in class Pointer@ByRef public org.bytedeco.cpython.PyVarObject ob_base()
public PyVoidScalarObject ob_base(org.bytedeco.cpython.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 org.bytedeco.cpython.PyObject base()
public PyVoidScalarObject base(org.bytedeco.cpython.PyObject setter)
public Pointer _buffer_info()
public PyVoidScalarObject _buffer_info(Pointer setter)
Copyright © 2023. All rights reserved.