Package org.lwjgl.llvm
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 interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.llvm.LLVMMemoryManagerCreateContextCallbackI
CIFFields inherited from interface org.lwjgl.system.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 class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.llvm.LLVMMemoryManagerCreateContextCallbackI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.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.
-