Uses of Class
de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_V
-
Packages that use FunctionPtr_I_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_V in de.ibapl.jnhw.common.callback
Subclasses of FunctionPtr_I_V in de.ibapl.jnhw.common.callback Modifier and Type Class Description classCallback_I_VclassCallback_I_V_Impl -
Uses of FunctionPtr_I_V in de.ibapl.jnhw.common.nativecall
Subclasses of FunctionPtr_I_V in de.ibapl.jnhw.common.nativecall Modifier and Type Class Description classCallNative_I_VCall a native function pointer.classCallNative_J_VCall a native function pointer.
-