@NoOffset public static class ExpressionRegistry.FunctionSignatureIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FunctionSignatureIterator(FunctionSignature fs_it) |
FunctionSignatureIterator(NativeFunction nf_it,
NativeFunction nf_it_end_) |
FunctionSignatureIterator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FunctionSignature |
increment(int arg0) |
FunctionSignature |
multiply() |
boolean |
notEquals(ExpressionRegistry.FunctionSignatureIterator func_sign_it) |
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 FunctionSignatureIterator(Pointer p)
Pointer(Pointer)
.public FunctionSignatureIterator(@Cast(value="gandiva::ExpressionRegistry::native_func_iterator_type") NativeFunction nf_it, @Cast(value="gandiva::ExpressionRegistry::native_func_iterator_type") NativeFunction nf_it_end_)
public FunctionSignatureIterator(@Cast(value="gandiva::ExpressionRegistry::func_sig_iterator_type") FunctionSignature fs_it)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef ExpressionRegistry.FunctionSignatureIterator func_sign_it)
@ByVal @Name(value="operator *") public FunctionSignature multiply()
@Cast(value="gandiva::ExpressionRegistry::func_sig_iterator_type") @Name(value="operator ++") public FunctionSignature increment(int arg0)
Copyright © 2022. All rights reserved.