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 classByteByReference is used when the address of a primitive byte value must be passed as a parameter to a function.final classfinal classfinal classIntByReference is used when the address of a primitive int must be passed as a parameter to a function.final classLongLongByReference is used when the address of a native long long value must be passed as a parameter to a function.final classNativeLongByReference is used when the address of a primitive C long must be passed as a parameter to a function.classNumberByReference 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 classShortByReference is used when the address of a primitive short value must be passed as a parameter to a function.