public interface __ptr__ extends __c__fields
Modifier and Type | Method and Description |
---|---|
Object |
addVirtualBytes(int bytes) |
Object |
call(String name,
Object... args) |
__ptr__ |
castTo(Class dest) |
int |
comparePointer(__ptr__ other) |
void |
copyDataFrom(__ptr__ other) |
void |
copyDataFrom(__struct__ other) |
String |
getDebug(String fieldName) |
double |
getDouble() |
int |
getInt() |
__ptr__ |
getPtr() |
__struct__ |
getStruct() |
int |
minus(__ptr__ other) |
__ptr__ |
plus(int pointerMove) |
void |
setDouble(double value) |
void |
setInt(int value) |
void |
setPtr(__ptr__ value) |
void |
setStruct(__struct__ value) |
__ptr__ |
unsupported() |
getArrayOfCString, getArrayOfInteger, getArrayOfPtr, getArrayOfStruct, getBoolean, getCString, getDouble, getInt, getPtr, getStruct, setBoolean, setCString, setDouble, setInt, setPtr, setStruct
Object addVirtualBytes(int bytes)
__ptr__ unsupported()
__ptr__ plus(int pointerMove)
int comparePointer(__ptr__ other)
int minus(__ptr__ other)
void copyDataFrom(__ptr__ other)
void copyDataFrom(__struct__ other)
int getInt()
void setInt(int value)
double getDouble()
void setDouble(double value)
__ptr__ getPtr()
void setPtr(__ptr__ value)
__struct__ getStruct()
void setStruct(__struct__ value)
Copyright © 2016. All Rights Reserved.