com.ochafik.lang.jnaerator.runtime
Class NativeSizeByReference

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.ptr.ByReference
          extended by com.ochafik.lang.jnaerator.runtime.NativeSizeByReference
All Implemented Interfaces:
NativeMapped

public class NativeSizeByReference
extends ByReference


Constructor Summary
NativeSizeByReference()
           
NativeSizeByReference(NativeSize value)
           
 
Method Summary
 NativeSize getValue()
           
 void setValue(NativeSize value)
           
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeSizeByReference

public NativeSizeByReference()

NativeSizeByReference

public NativeSizeByReference(NativeSize value)
Method Detail

setValue

public void setValue(NativeSize value)

getValue

public NativeSize getValue()


Copyright © 2009. All Rights Reserved.