@Name(value="gloo::ReductionFunction<int>") @NoOffset @Properties(inherit=gloo.class) public class ReductionFunctionInt extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
ReductionFunctionInt.Function |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ReductionFunctionInt(gloo.ReductionType type,
ReductionFunctionInt.Function fn) |
ReductionFunctionInt(int type,
ReductionFunctionInt.Function fn) |
ReductionFunctionInt(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
call(int[] x,
int[] y,
long n) |
void |
call(IntBuffer x,
IntBuffer y,
long n) |
void |
call(IntPointer x,
IntPointer y,
long n) |
gloo.ReductionType |
type() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ReductionFunctionInt(Pointer p)
Pointer(Pointer)
.public ReductionFunctionInt(gloo.ReductionType type, ReductionFunctionInt.Function fn)
public ReductionFunctionInt(@Cast(value="gloo::ReductionType") int type, ReductionFunctionInt.Function fn)
public gloo.ReductionType type()
public void call(IntPointer x, @Const IntPointer y, @Cast(value="size_t") long n)
Copyright © 2024. All rights reserved.