Uses of Class
de.ibapl.jnhw.common.annotation.uintptr_t
-
Packages that use uintptr_t Package Description de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of uintptr_t in de.ibapl.jnhw.common.memory
Fields in de.ibapl.jnhw.common.memory with annotations of type uintptr_t Modifier and Type Field Description protected longAbstractNativeMemory. baseAddressprotected longNativeFunctionPointer. nativeAddressMethods in de.ibapl.jnhw.common.memory with annotations of type uintptr_t Modifier and Type Method Description static longAbstractNativeMemory. toUintptr_t(AbstractNativeMemory instance)static longNativeAddressHolder. toUintptr_t(NativeAddressHolder value)static longNativeFunctionPointer. toUintptr_t(NativeFunctionPointer nativeFunctionPointer)static longAbstractNativeMemory. toUintptr_tOrNULL(AbstractNativeMemory instance)static longNativeFunctionPointer. toUintptr_tOrNULL(NativeFunctionPointer nativeFunctionPointer)Method parameters in de.ibapl.jnhw.common.memory with annotations of type uintptr_t Modifier and Type Method Description static NativeAddressHolderNativeAddressHolder. ofUintptr_t(long address)Constructor parameters in de.ibapl.jnhw.common.memory with annotations of type uintptr_t Constructor Description NativeAddressHolder(long address)Called from native code and test classes only
-