|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ochafik.lang.jnaerator.runtime.globals.Global
com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<NativeSizeByReference>
com.ochafik.lang.jnaerator.runtime.globals.GlobalNativeSize
public class GlobalNativeSize
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 | |
---|---|
GlobalNativeSize(NativeLibrary library,
String... symbols)
|
Method Summary | |
---|---|
NativeSize |
get()
|
void |
set(int v)
|
void |
set(long v)
|
void |
set(NativeSize 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 |
---|
public GlobalNativeSize(NativeLibrary library, String... symbols)
Method Detail |
---|
public NativeSize get()
public void set(int v)
public void set(long v)
public void set(NativeSize v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |