| Package | Description |
|---|---|
| org.jruby.ext.ffi |
| Modifier and Type | Class and Description |
|---|---|
class |
Struct |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.