com.ochafik.lang.jnaerator.runtime.globals
Class GlobalPrimitive<T extends PointerType>
java.lang.Object
com.ochafik.lang.jnaerator.runtime.globals.Global
com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<T>
- Direct Known Subclasses:
- GlobalByte, GlobalCGFloat, GlobalChar, GlobalDouble, GlobalFloat, GlobalInt, GlobalLong, GlobalNativeLong, GlobalNativeSize, GlobalPointer, GlobalPointerType, GlobalShort
public abstract class GlobalPrimitive<T extends PointerType>
- extends Global
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global |
getPointer |
type
protected final Class<T extends PointerType> type
indirected
protected boolean indirected
value
protected T extends PointerType value
GlobalPrimitive
public GlobalPrimitive(NativeLibrary library,
Class<T> type,
String... symbols)
getValue
protected T getValue()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009. All Rights Reserved.