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