Uses of Class
jnr.ffi.byref.AbstractReference

Packages that use AbstractReference
jnr.ffi.byref   
 

Uses of AbstractReference in jnr.ffi.byref
 

Subclasses of AbstractReference in jnr.ffi.byref
 class AddressByReference
          AddressByReference is used when the address of a primitive pointer value must be passed as a parameter to a function.
 class PointerByReference
          AddressByReference is used when the address of a pointer must be passed as a parameter to a function.
 



Copyright © 2012. All Rights Reserved.