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

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<PointerByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPointer

public class GlobalPointer
extends GlobalPrimitive<PointerByReference>


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

GlobalPointer

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

get

public Pointer get()

set

public void set(Pointer v)


Copyright © 2009. All Rights Reserved.