Uses of Class
org.robovm.rt.bro.annotation.MachineSizedUInt
| Package | Description |
|---|---|
| org.robovm.rt.bro | |
| org.robovm.rt.bro.ptr |
-
Uses of MachineSizedUInt in org.robovm.rt.bro
Methods in org.robovm.rt.bro with annotations of type MachineSizedUInt Modifier and Type Method Description static longBits.AsMachineSizedIntMarshaler. toNative(Bits<?> o, long flags)static longValuedEnum.AsMachineSizedUIntMarshaler. toNative(ValuedEnum v, long flags)Method parameters in org.robovm.rt.bro with annotations of type MachineSizedUInt Modifier and Type Method Description static Bits<?>Bits.AsMachineSizedIntMarshaler. toObject(Class<?> cls, long value, long flags)static <T extends Enum<T> & ValuedEnum>
ValuedEnumValuedEnum.AsMachineSizedUIntMarshaler. toObject(Class<T> cls, long value, long flags) -
Uses of MachineSizedUInt in org.robovm.rt.bro.ptr
Methods in org.robovm.rt.bro.ptr with annotations of type MachineSizedUInt Modifier and Type Method Description longMachineSizedUIntPtr. get()Returns the current value.Method parameters in org.robovm.rt.bro.ptr with annotations of type MachineSizedUInt Modifier and Type Method Description voidMachineSizedUIntPtr. set(long value)Sets the value.