Class topology_set_userdata_export_callback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.hwloc.topology_set_userdata_export_callback
- All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, topology_set_userdata_export_callbackI
public abstract class topology_set_userdata_export_callback
extends Callback
implements topology_set_userdata_export_callbackI
Callback function:
(* anonymous)-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface topology_set_userdata_export_callbackI
DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates atopology_set_userdata_export_callbackinstance from the specified function pointer.create(topology_set_userdata_export_callbackI instance) Creates atopology_set_userdata_export_callbackinstance that delegates to the specifiedtopology_set_userdata_export_callbackIinstance.static @Nullable topology_set_userdata_export_callbackcreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface topology_set_userdata_export_callbackI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates atopology_set_userdata_export_callbackinstance from the specified function pointer.- Returns:
- the new
topology_set_userdata_export_callback
-
createSafe
-
create
public static topology_set_userdata_export_callback create(topology_set_userdata_export_callbackI instance) Creates atopology_set_userdata_export_callbackinstance that delegates to the specifiedtopology_set_userdata_export_callbackIinstance.
-