Class LLVMMemoryManagerCreateContextCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.llvm.LLVMMemoryManagerCreateContextCallback
- All Implemented Interfaces:
AutoCloseable, LLVMMemoryManagerCreateContextCallbackI, CallbackI, NativeResource, Pointer
public abstract class LLVMMemoryManagerCreateContextCallback
extends Callback
implements LLVMMemoryManagerCreateContextCallbackI
Callback function:
LLVMMemoryManagerCreateContextCallback-
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 LLVMMemoryManagerCreateContextCallbackI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates aLLVMMemoryManagerCreateContextCallbackinstance from the specified function pointer.Creates aLLVMMemoryManagerCreateContextCallbackinstance that delegates to the specifiedLLVMMemoryManagerCreateContextCallbackIinstance.static @Nullable LLVMMemoryManagerCreateContextCallbackcreateSafe(long functionPointer) Methods inherited from interface LLVMMemoryManagerCreateContextCallbackI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates aLLVMMemoryManagerCreateContextCallbackinstance from the specified function pointer.- Returns:
- the new
LLVMMemoryManagerCreateContextCallback
-
createSafe
-
create
public static LLVMMemoryManagerCreateContextCallback create(LLVMMemoryManagerCreateContextCallbackI instance) Creates aLLVMMemoryManagerCreateContextCallbackinstance that delegates to the specifiedLLVMMemoryManagerCreateContextCallbackIinstance.
-