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

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<IntByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalInt

public class GlobalInt
extends GlobalPrimitive<IntByReference>


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

GlobalInt

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

get

public int get()

set

public void set(int v)


Copyright © 2009. All Rights Reserved.