Class mi_error_fun
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.mimalloc.mi_error_fun
- All Implemented Interfaces:
AutoCloseable, CallbackI, mi_error_funI, NativeResource, Pointer
Callback function:
mi_error_fun-
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 mi_error_funI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic mi_error_funcreate(long functionPointer) Creates ami_error_funinstance from the specified function pointer.static mi_error_funcreate(mi_error_funI instance) Creates ami_error_funinstance that delegates to the specifiedmi_error_funIinstance.static @Nullable mi_error_funcreateSafe(long functionPointer) Methods inherited from interface mi_error_funI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates ami_error_funinstance from the specified function pointer.- Returns:
- the new
mi_error_fun
-
createSafe
-
create
Creates ami_error_funinstance that delegates to the specifiedmi_error_funIinstance.
-