Uses of Class
de.ibapl.jnhw.common.annotation.int8_t
-
Packages that use int8_t Package Description de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of int8_t in de.ibapl.jnhw.common.memory
Classes in de.ibapl.jnhw.common.memory with annotations of type int8_t Modifier and Type Class Description classInt8_tMethods in de.ibapl.jnhw.common.memory with annotations of type int8_t Modifier and Type Method Description byteInt8_t. int8_t()byteMemoryAccessor. int8_t(OpaqueMemory32 mem, long offset)byteMemoryAccessor. int8_t(OpaqueMemory64 mem, long offset)Method parameters in de.ibapl.jnhw.common.memory with annotations of type int8_t Modifier and Type Method Description voidInt8_t. int8_t(byte value)voidMemoryAccessor. int8_t(OpaqueMemory32 mem, long offset, byte value)voidMemoryAccessor. int8_t(OpaqueMemory64 mem, long offset, byte value)
-