@Properties(inherit=numpy.class) public class PyUFunc_TypeResolutionFunc extends FunctionPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier | Constructor and Description |
---|---|
protected |
PyUFunc_TypeResolutionFunc() |
|
PyUFunc_TypeResolutionFunc(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
call(PyUFuncObject ufunc,
int casting,
PyArrayObject operands,
PyObject type_tup,
PyArray_Descr out_dtypes) |
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyUFunc_TypeResolutionFunc(Pointer p)
Pointer.Pointer(Pointer)
.protected PyUFunc_TypeResolutionFunc()
public int call(PyUFuncObject ufunc, @Cast(value="NPY_CASTING") int casting, @ByPtrPtr PyArrayObject operands, PyObject type_tup, @ByPtrPtr PyArray_Descr out_dtypes)
Copyright © 2020. All rights reserved.