Uses of Class
de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_I_Mem_V
-
Packages that use FunctionPtr_I_I_Mem_V Package Description de.ibapl.jnhw.common.callback Native function pointers for calling back from native code.de.ibapl.jnhw.common.nativecall Native function pointers for calling into native code. -
-
Uses of FunctionPtr_I_I_Mem_V in de.ibapl.jnhw.common.callback
Subclasses of FunctionPtr_I_I_Mem_V in de.ibapl.jnhw.common.callback Modifier and Type Class Description classCallback_I_I_Mem_V<C extends AbstractNativeMemory>classCallback_I_I_Mem_V_Impl<C extends AbstractNativeMemory> -
Uses of FunctionPtr_I_I_Mem_V in de.ibapl.jnhw.common.nativecall
Subclasses of FunctionPtr_I_I_Mem_V in de.ibapl.jnhw.common.nativecall Modifier and Type Class Description classCallNative_I_I_Mem_V<C extends AbstractNativeMemory>Call a native function pointer.
-