jnr.ffi
Class Struct.Function<T>

java.lang.Object
  extended by jnr.ffi.Struct.Member
      extended by jnr.ffi.Struct.AbstractMember
          extended by jnr.ffi.Struct.Function<T>
Enclosing class:
Struct

protected final class Struct.Function<T>
extends Struct.AbstractMember


Constructor Summary
Struct.Function(Class<? extends T> closureClass)
           
 
Method Summary
 void set(T value)
           
 
Methods inherited from class jnr.ffi.Struct.AbstractMember
getMemory, offset, struct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Struct.Function

public Struct.Function(Class<? extends T> closureClass)
Method Detail

set

public final void set(T value)


Copyright © 2013. All Rights Reserved.