-
Methods in org.robovm.rt.bro.ptr with annotations of type StructMember
| Modifier and Type |
Method |
Description |
byte |
BytePtr.get() |
Returns the current value.
|
char |
CharPtr.get() |
Returns the current value.
|
double |
DoublePtr.get() |
Returns the current value.
|
float |
FloatPtr.get() |
Returns the current value.
|
int |
IntPtr.get() |
Returns the current value.
|
long |
LongPtr.get() |
Returns the current value.
|
double |
MachineSizedFloatPtr.get() |
Returns the current value.
|
long |
MachineSizedSIntPtr.get() |
Returns the current value.
|
long |
MachineSizedUIntPtr.get() |
Returns the current value.
|
short |
ShortPtr.get() |
Returns the current value.
|
void |
BytePtr.set(byte value) |
Sets the value.
|
void |
CharPtr.set(char value) |
Sets the value.
|
void |
DoublePtr.set(double value) |
Sets the value.
|
void |
FloatPtr.set(float value) |
Sets the value.
|
void |
IntPtr.set(int value) |
Sets the value.
|
void |
LongPtr.set(long value) |
Sets the value.
|
void |
MachineSizedFloatPtr.set(double value) |
Sets the value.
|
void |
MachineSizedSIntPtr.set(long value) |
Sets the value.
|
void |
MachineSizedUIntPtr.set(long value) |
Sets the value.
|
void |
ShortPtr.set(short value) |
Sets the value.
|