Uses of Class
jnr.ffi.byref.AbstractNumberReference
Packages that use AbstractNumberReference
-
Uses of AbstractNumberReference in jnr.ffi.byref
Subclasses of AbstractNumberReference in jnr.ffi.byrefModifier and TypeClassDescriptionfinal class
ByteByReference is used when the address of a primitive byte value must be passed as a parameter to a function.final class
final class
final class
IntByReference is used when the address of a primitive int must be passed as a parameter to a function.final class
LongLongByReference is used when the address of a native long long value must be passed as a parameter to a function.final class
NativeLongByReference is used when the address of a primitive C long must be passed as a parameter to a function.class
NumberByReference is used when the address of a primitive integral value must be passed as a parameter to a function, but the exact type is system dependent.final class
ShortByReference is used when the address of a primitive short value must be passed as a parameter to a function.