Uses of Interface
org.jruby.ext.ffi.StructLayout.Storage

Packages that use StructLayout.Storage
org.jruby.ext.ffi   
 

Uses of StructLayout.Storage in org.jruby.ext.ffi
 

Classes in org.jruby.ext.ffi that implement StructLayout.Storage
 class Struct
           
 

Methods in org.jruby.ext.ffi with parameters of type StructLayout.Storage
abstract  IRubyObject StructLayout.Member.get(Ruby runtime, StructLayout.Storage cache, IRubyObject ptr)
          Reads a ruby value from the struct member.
abstract  void StructLayout.Member.put(Ruby runtime, StructLayout.Storage cache, IRubyObject ptr, IRubyObject value)
          Writes a ruby value to the native struct member as the appropriate native value.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.