Package org.lwjgl.fmod
Class FSBANK_MEMORY_ALLOC_CALLBACK
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.fmod.FSBANK_MEMORY_ALLOC_CALLBACK
- All Implemented Interfaces:
AutoCloseable,FSBANK_MEMORY_ALLOC_CALLBACKI,CallbackI,NativeResource,Pointer
public abstract class FSBANK_MEMORY_ALLOC_CALLBACK
extends Callback
implements FSBANK_MEMORY_ALLOC_CALLBACKI
Callback function:
FSBANK_MEMORY_ALLOC_CALLBACK-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.fmod.FSBANK_MEMORY_ALLOC_CALLBACKI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic FSBANK_MEMORY_ALLOC_CALLBACKcreate(long functionPointer) Creates aFSBANK_MEMORY_ALLOC_CALLBACKinstance from the specified function pointer.static FSBANK_MEMORY_ALLOC_CALLBACKcreate(FSBANK_MEMORY_ALLOC_CALLBACKI instance) Creates aFSBANK_MEMORY_ALLOC_CALLBACKinstance that delegates to the specifiedFSBANK_MEMORY_ALLOC_CALLBACKIinstance.static @Nullable FSBANK_MEMORY_ALLOC_CALLBACKcreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.fmod.FSBANK_MEMORY_ALLOC_CALLBACKI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aFSBANK_MEMORY_ALLOC_CALLBACKinstance from the specified function pointer.- Returns:
- the new
FSBANK_MEMORY_ALLOC_CALLBACK
-
createSafe
-
create
Creates aFSBANK_MEMORY_ALLOC_CALLBACKinstance that delegates to the specifiedFSBANK_MEMORY_ALLOC_CALLBACKIinstance.
-