Uses of Class
org.jruby.ext.ffi.BasePointer

Packages that use BasePointer
org.jruby.ext.ffi   
org.jruby.ext.ffi.jffi   
 

Uses of BasePointer in org.jruby.ext.ffi
 

Subclasses of BasePointer in org.jruby.ext.ffi
 class MemoryPointer
           
 

Methods in org.jruby.ext.ffi that return BasePointer
protected  BasePointer BasePointer.getPointer(Ruby runtime, long offset)
           
 

Uses of BasePointer in org.jruby.ext.ffi.jffi
 

Subclasses of BasePointer in org.jruby.ext.ffi.jffi
static class DynamicLibrary.Symbol
           
 



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