- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_J_V
-
- Direct Known Subclasses:
Callback_J_V
public class FunctionPtr_J_V extends NativeFunctionPointer
- Author:
- aploese
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
NativeFunctionPointer.Producer<A extends NativeFunctionPointer>
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
nativeAddress
-
-
Constructor Summary
Constructors Modifier Constructor Description FunctionPtr_J_V(NativeAddressHolder src)protectedFunctionPtr_J_V(Function<T,NativeAddressHolder> producer)
-
Method Summary
-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, toUintptr_t, toUintptr_tOrNULL, wrap, wrap
-
-
-
-
Constructor Detail
-
FunctionPtr_J_V
protected FunctionPtr_J_V(Function<T,NativeAddressHolder> producer)
-
FunctionPtr_J_V
public FunctionPtr_J_V(NativeAddressHolder src)
-
-