Package org.robovm.rt.bro.ptr
Class FunctionPtr
- All Implemented Interfaces:
Iterable<FunctionPtr>
public final class FunctionPtr extends Struct<FunctionPtr>
Points to a function. There's no way to dereference a
FunctionPtr.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFunctionPtr.FunctionPtrPtrPointer toFunctionPtr.Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description FunctionPtr(Method callbackMethod) -
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
-
FunctionPtr
- Parameters:
callbackMethod- theCallbackMethodthisFunctionPtrwill point at.- Throws:
IllegalArgumentException- if the specifiedMethodisn't aCallback.
-