Module de.ibapl.jnhw.common
Class FunctionPtr_Mem_V<A extends AbstractNativeMemory>
- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_Mem_V<A>
-
- Direct Known Subclasses:
Callback_Mem_V,CallNative_Mem_V
public class FunctionPtr_Mem_V<A extends AbstractNativeMemory> 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_Mem_V(NativeAddressHolder src)FunctionPtr_Mem_V(NativeFunctionPointer src)protectedFunctionPtr_Mem_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_Mem_V
protected FunctionPtr_Mem_V(Function<T,NativeAddressHolder> producer)
-
FunctionPtr_Mem_V
public FunctionPtr_Mem_V(NativeFunctionPointer src)
-
FunctionPtr_Mem_V
public FunctionPtr_Mem_V(NativeAddressHolder src)
-
-