Uses of Class
org.robovm.rt.bro.ptr.Ptr
| Package | Description |
|---|---|
| org.robovm.rt.bro.ptr |
-
Uses of Ptr in org.robovm.rt.bro.ptr
Classes in org.robovm.rt.bro.ptr with type parameters of type Ptr Modifier and Type Class Description classPtr<S extends NativeObject,T extends Ptr<S,T>>Generic pointer to pointer (<type> **in C).Subclasses of Ptr in org.robovm.rt.bro.ptr Modifier and Type Class Description static classBooleanPtr.BooleanPtrPtrPointer toBooleanPtrstatic classBytePtr.BytePtrPtrPointer toBytePtr(char **in C)static classCharPtr.CharPtrPtrPointer toCharPtr(unsigned short **in C)static classDoublePtr.DoublePtrPtrPointer toDoublePtr(double **in C)static classFloatPtr.FloatPtrPtrPointer toFloatPtr(float **in C)static classFunctionPtr.FunctionPtrPtrPointer toFunctionPtr.static classIntPtr.IntPtrPtrPointer toIntPtr(int32_t **in C)static classLongPtr.LongPtrPtrPointer toLongPtr(int64_t **in C)static classMachineSizedFloatPtr.MachineSizedFloatPtrPtrPointer toMachineSizedFloatPtr.static classMachineSizedSIntPtr.MachineSizedSIntPtrPtrPointer toMachineSizedSIntPtr(long **in C)static classMachineSizedUIntPtr.MachineSizedUIntPtrPtrPointer toMachineSizedUIntPtr(unsigned long **in C)static classShortPtr.ShortPtrPtrPointer toShortPtr(short **in C)static classVoidPtr.VoidPtrPtrPointer toVoidPtr(void **in C)