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

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<NativeLongByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalNativeLong

public class GlobalNativeLong
extends GlobalPrimitive<NativeLongByReference>


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

GlobalNativeLong

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

get

public NativeLong get()

set

public void set(int v)

set

public void set(long v)

set

public void set(NativeLong v)


Copyright © 2009. All Rights Reserved.