|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pointer | |
---|---|
org.jruby.ext.ffi | |
org.jruby.ext.ffi.jffi |
Uses of Pointer in org.jruby.ext.ffi |
---|
Subclasses of Pointer in org.jruby.ext.ffi | |
---|---|
class |
AbstractInvoker
A native function invoker |
class |
AutoPointer
|
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 |
Buffer.getPointer(Ruby runtime,
long offset)
|
protected Pointer |
Pointer.getPointer(Ruby runtime,
long offset)
|
Methods in org.jruby.ext.ffi with parameters of type Pointer | |
---|---|
abstract AbstractInvoker |
Factory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo)
|
AbstractInvoker |
NoImplFactory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo)
|
Uses of Pointer in org.jruby.ext.ffi.jffi |
---|
Subclasses of Pointer in org.jruby.ext.ffi.jffi | |
---|---|
static class |
DynamicLibrary.Symbol
|
class |
Function
|
class |
JFFIInvoker
|
Methods in org.jruby.ext.ffi.jffi that return Pointer | |
---|---|
Pointer |
CallbackManager.getCallback(Ruby runtime,
CallbackInfo cbInfo,
java.lang.Object proc)
|
Pointer |
CallbackManager.getCallback(Ruby runtime,
CallbackInfo cbInfo,
RubyObject proc)
Gets a Callback object conforming to the signature contained in the CallbackInfo for the ruby Proc or Block instance. |
Methods in org.jruby.ext.ffi.jffi with parameters of type Pointer | |
---|---|
Function |
Factory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo)
|
Constructors in org.jruby.ext.ffi.jffi with parameters of type Pointer | |
---|---|
CodeMemoryIO(Ruby runtime,
Pointer pointer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |