- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_V
-
- Direct Known Subclasses:
Callback_I_V,CallNative_I_V,CallNative_J_V
public class FunctionPtr_I_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_I_V(NativeAddressHolder src)FunctionPtr_I_V(NativeFunctionPointer src)protectedFunctionPtr_I_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_I_V
protected FunctionPtr_I_V(Function<T,NativeAddressHolder> producer)
-
FunctionPtr_I_V
public FunctionPtr_I_V(NativeFunctionPointer src)
-
FunctionPtr_I_V
public FunctionPtr_I_V(NativeAddressHolder src)
-
-