Uses of Class
org.jruby.ext.ffi.AbstractMemory
Packages that use AbstractMemory
-
Uses of AbstractMemory in org.jruby.ext.ffi
Subclasses of AbstractMemory in org.jruby.ext.ffiModifier and TypeClassDescriptionclass
A native function invokerclass
final class
class
class
C memory pointer operations.Fields in org.jruby.ext.ffi declared as AbstractMemoryMethods in org.jruby.ext.ffi that return AbstractMemoryModifier and TypeMethodDescriptionfinal AbstractMemory
Struct.getMemory()
abstract AbstractMemory
final AbstractMemory
final AbstractMemory
protected abstract AbstractMemory
protected abstract AbstractMemory
protected AbstractMemory
protected AbstractMemory
protected AbstractMemory
protected AbstractMemory
Methods in org.jruby.ext.ffi with parameters of type AbstractMemoryModifier and TypeMethodDescriptionfinal IRubyObject
StructLayout.Member.get
(ThreadContext context, StructLayout.Storage cache, AbstractMemory ptr) Reads a ruby value from the struct member.final void
StructLayout.Member.put
(ThreadContext context, StructLayout.Storage cache, AbstractMemory ptr, IRubyObject value) Writes a ruby value to the native struct member as the appropriate native value. -
Uses of AbstractMemory in org.jruby.ext.ffi.jffi
Subclasses of AbstractMemory in org.jruby.ext.ffi.jffiModifier and TypeClassDescriptionstatic final class
final class
class