public abstract class YGNodeCleanupFunc extends org.lwjgl.system.Callback implements YGNodeCleanupFuncI
void (*) (
YGNodeRef node
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static YGNodeCleanupFunc |
create(long functionPointer)
Creates a
YGNodeCleanupFunc instance from the specified function pointer. |
static YGNodeCleanupFunc |
create(YGNodeCleanupFuncI instance)
Creates a
YGNodeCleanupFunc instance that delegates to the specified YGNodeCleanupFuncI instance. |
static YGNodeCleanupFunc |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static YGNodeCleanupFunc create(long functionPointer)
YGNodeCleanupFunc instance from the specified function pointer.YGNodeCleanupFunc@Nullable public static YGNodeCleanupFunc createSafe(long functionPointer)
public static YGNodeCleanupFunc create(YGNodeCleanupFuncI instance)
YGNodeCleanupFunc instance that delegates to the specified YGNodeCleanupFuncI instance.Copyright LWJGL. All Rights Reserved. License terms.