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

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<FloatByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalFloat

public class GlobalFloat
extends GlobalPrimitive<FloatByReference>


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
GlobalFloat(NativeLibrary library, String... symbols)
           
 
Method Summary
 float get()
           
 void set(float 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

GlobalFloat

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

get

public float get()

set

public void set(float v)


Copyright © 2009. All Rights Reserved.