@Name(value="NpyAuxData_tag") @Properties(inherit=numpy.class) public class NpyAuxData extends PyObject
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NpyAuxData()
Default native constructor.
|
NpyAuxData(long size)
Native array allocator.
|
NpyAuxData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
NpyAuxData_FreeFunc |
_free() |
NpyAuxData |
_free(NpyAuxData_FreeFunc setter) |
NpyAuxData_CloneFunc |
clone() |
NpyAuxData |
clone(NpyAuxData_CloneFunc setter) |
NpyAuxData |
position(long position) |
PointerPointer |
reserved() |
Pointer |
reserved(int i) |
NpyAuxData |
reserved(int i,
Pointer setter) |
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 NpyAuxData()
public NpyAuxData(long size)
Pointer.position(long)
.public NpyAuxData(Pointer p)
Pointer.Pointer(Pointer)
.public NpyAuxData position(long position)
@Name(value="free") public NpyAuxData_FreeFunc _free()
public NpyAuxData _free(NpyAuxData_FreeFunc setter)
public NpyAuxData_CloneFunc clone()
public NpyAuxData clone(NpyAuxData_CloneFunc setter)
public Pointer reserved(int i)
public NpyAuxData reserved(int i, Pointer setter)
@MemberGetter @Cast(value="void**") public PointerPointer reserved()
Copyright © 2020. All rights reserved.