Package org.lwjgl.util.yoga
Class YGCloneNodeFunc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.yoga.YGCloneNodeFunc
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,NativeResource
,Pointer
,YGCloneNodeFuncI
Callback function:
YGCloneNodeFunc
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
Fields inherited from interface org.lwjgl.util.yoga.YGCloneNodeFuncI
CIF
-
Method Summary
Modifier and TypeMethodDescriptionstatic YGCloneNodeFunc
create
(long functionPointer) Creates aYGCloneNodeFunc
instance from the specified function pointer.static YGCloneNodeFunc
create
(YGCloneNodeFuncI instance) Creates aYGCloneNodeFunc
instance that delegates to the specifiedYGCloneNodeFuncI
instance.static @Nullable YGCloneNodeFunc
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.util.yoga.YGCloneNodeFuncI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aYGCloneNodeFunc
instance from the specified function pointer.- Returns:
- the new
YGCloneNodeFunc
-
createSafe
-
create
Creates aYGCloneNodeFunc
instance that delegates to the specifiedYGCloneNodeFuncI
instance.
-