Package org.robovm.rt.bro.ptr
Class VoidPtr
public final class VoidPtr extends Struct<VoidPtr>
Points to an unspecified value (
void * in C). As in C there's no
way to dereference a VoidPtr. Use Struct.as(Class) to cast it to
another type first.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVoidPtr.VoidPtrPtrPointer toVoidPtr(void **in C)Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
-
Method Summary
Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
VoidPtr
public VoidPtr()Creates a newVoidPtrwith a value of NULL.
-