Uses of Interface
jnr.ffi.byref.ByReference
Packages that use ByReference
-
Uses of ByReference in jnr.ffi.byref
Classes in jnr.ffi.byref that implement ByReferenceModifier and TypeClassDescriptionclass
AbstractNumberReference<T extends Number>
An abstract class for common PrimitiveReference functionalityclass
An abstract class for common PrimitiveReference functionalityfinal class
AddressByReference is used when the address of a primitive pointer value must be passed as a parameter to a function.final 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
AddressByReference is used when the address of a pointer must be passed as a parameter to a function.final class
ShortByReference is used when the address of a primitive short value must be passed as a parameter to a function. -
Uses of ByReference in jnr.ffi.provider.converters
Fields in jnr.ffi.provider.converters with type parameters of type ByReferenceModifier and TypeFieldDescriptionprivate static final ToNativeConverter
<ByReference, Pointer> ByReferenceParameterConverter.IN
private static final ToNativeConverter
<ByReference, Pointer> ByReferenceParameterConverter.INOUT
private static final ToNativeConverter
<ByReference, Pointer> ByReferenceParameterConverter.OUT
Methods in jnr.ffi.provider.converters that return types with arguments of type ByReferenceModifier and TypeMethodDescriptionstatic ToNativeConverter
<ByReference, Pointer> ByReferenceParameterConverter.getInstance
(ToNativeContext toNativeContext) Methods in jnr.ffi.provider.converters with parameters of type ByReferenceModifier and TypeMethodDescriptionvoid
ByReferenceParameterConverter.Out.postInvoke
(ByReference byReference, Pointer pointer, ToNativeContext context) ByReferenceParameterConverter.toNative
(ByReference value, ToNativeContext context)