Package org.lwjgl.util.hwloc
Class topology_set_userdata_import_callback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.hwloc.topology_set_userdata_import_callback
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,NativeResource
,Pointer
,topology_set_userdata_import_callbackI
public abstract class topology_set_userdata_import_callback
extends Callback
implements topology_set_userdata_import_callbackI
Callback function:
(* anonymous)
-
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.hwloc.topology_set_userdata_import_callbackI
CIF
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(long functionPointer) Creates atopology_set_userdata_import_callback
instance from the specified function pointer.create
(topology_set_userdata_import_callbackI instance) Creates atopology_set_userdata_import_callback
instance that delegates to the specifiedtopology_set_userdata_import_callbackI
instance.static @Nullable topology_set_userdata_import_callback
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.hwloc.topology_set_userdata_import_callbackI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates atopology_set_userdata_import_callback
instance from the specified function pointer.- Returns:
- the new
topology_set_userdata_import_callback
-
createSafe
-
create
public static topology_set_userdata_import_callback create(topology_set_userdata_import_callbackI instance) Creates atopology_set_userdata_import_callback
instance that delegates to the specifiedtopology_set_userdata_import_callbackI
instance.
-