Uses of Class
de.ibapl.jnhw.common.annotation.uint32_t
-
Packages that use uint32_t Package Description de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of uint32_t in de.ibapl.jnhw.common.memory
Classes in de.ibapl.jnhw.common.memory with annotations of type uint32_t Modifier and Type Class Description classUint32_tMethods in de.ibapl.jnhw.common.memory with annotations of type uint32_t Modifier and Type Method Description intMemoryAccessor. uint32_t(OpaqueMemory32 mem, long offset)intUint32_t. uint32_t()longMemoryAccessor. uint32_t_AsLong(OpaqueMemory32 mem, long offset)longUint32_t. uint32_t_AsLong()Method parameters in de.ibapl.jnhw.common.memory with annotations of type uint32_t Modifier and Type Method Description voidMemoryAccessor. uint32_t(OpaqueMemory32 mem, long offset, int value)voidUint32_t. uint32_t(int value)voidMemoryAccessor. uint32_t_FromLong(OpaqueMemory32 mem, long offset, long value)voidUint32_t. uint32_t_FromLong(long value)
-