|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
IRubyObject |
StructLayout.Member.get(ThreadContext context,
StructLayout.Storage cache,
AbstractMemory ptr)
Reads a ruby value from the struct member. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||