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

Packages that use Pointer
org.jruby.ext.ffi   
org.jruby.ext.ffi.jffi   
org.jruby.ext.ffi.jna   
 

Uses of Pointer in org.jruby.ext.ffi
 

Subclasses of Pointer in org.jruby.ext.ffi
 class AutoPointer
           
 class BasePointer
          Base pointer class for all JFFI pointers.
 class MemoryPointer
           
 

Methods in org.jruby.ext.ffi that return Pointer
abstract  Pointer CallbackManager.getCallback(Ruby runtime, CallbackInfo cbInfo, java.lang.Object proc)
           
protected abstract  Pointer AbstractMemory.getPointer(Ruby runtime, long offset)
           
protected  Pointer AutoPointer.getPointer(Ruby runtime, long offset)
           
protected  Pointer Buffer.getPointer(Ruby runtime, long offset)
           
 

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

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

Methods in org.jruby.ext.ffi.jffi that return Pointer
 Pointer CallbackManager.getCallback(Ruby runtime, CallbackInfo cbInfo, java.lang.Object proc)
          Gets a Callback object conforming to the signature contained in the CallbackInfo for the ruby Proc or Block instance.
 

Uses of Pointer in org.jruby.ext.ffi.jna
 

Fields in org.jruby.ext.ffi.jna declared as Pointer
protected  Pointer BoundedNativeMemoryIO.ptr
          The native pointer.
protected  Pointer NativeMemoryIO.ptr
          The native pointer.
 

Methods in org.jruby.ext.ffi.jna that return Pointer
 Pointer BoundedNativeMemoryIO.getPointer(long offset)
           
 Pointer NativeMemoryIO.getPointer(long offset)
           
 

Methods in org.jruby.ext.ffi.jna with parameters of type Pointer
 void BoundedNativeMemoryIO.putPointer(long offset, Pointer value)
           
 void NativeMemoryIO.putPointer(long offset, Pointer value)
           
 

Constructors in org.jruby.ext.ffi.jna with parameters of type Pointer
BoundedNativeMemoryIO(Ruby runtime, Pointer ptr, long size)
           
NativeMemoryIO(Pointer ptr)
           
 



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