Module de.ibapl.jnhw.common
Package de.ibapl.jnhw.common.nativecall
Class CallNative_Mem_V<A extends AbstractNativeMemory>
- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_Mem_V<A>
-
- de.ibapl.jnhw.common.nativecall.CallNative_Mem_V<A>
-
public class CallNative_Mem_V<A extends AbstractNativeMemory> extends FunctionPtr_Mem_V<A>
Call a native function pointer.- 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 Constructor Description CallNative_Mem_V(NativeAddressHolder src)CallNative_Mem_V(NativeFunctionPointer src)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(long ptrAddress, long ptrA)voidcall(A a)call the native function.static CallNative_Mem_Vwrap(NativeAddressHolder src)static CallNative_Mem_Vwrap(NativeFunctionPointer src)-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, toUintptr_t, toUintptr_tOrNULL
-
-
-
-
Constructor Detail
-
CallNative_Mem_V
public CallNative_Mem_V(NativeFunctionPointer src)
-
CallNative_Mem_V
public CallNative_Mem_V(NativeAddressHolder src)
-
-
Method Detail
-
wrap
public static CallNative_Mem_V wrap(NativeFunctionPointer src)
-
wrap
public static CallNative_Mem_V wrap(NativeAddressHolder src)
-
call
public void call(A a)
call the native function.- Parameters:
value-
-
call
public void call(long ptrAddress, long ptrA)
-
-