com.ochafik.lang.jnaerator.runtime.globals
Class GlobalDouble

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<DoubleByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalDouble

public class GlobalDouble
extends GlobalPrimitive<DoubleByReference>


Field Summary
 
Fields inherited from class com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive
indirected, type, value
 
Fields inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global
library, pointer, symbols
 
Constructor Summary
GlobalDouble(NativeLibrary library, String... symbols)
           
 
Method Summary
 double get()
           
 void set(double v)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive
getValue, toString
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global
getPointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalDouble

public GlobalDouble(NativeLibrary library,
                    String... symbols)
Method Detail

get

public double get()

set

public void set(double v)


Copyright © 2009. All Rights Reserved.