public abstract class LLVMDiagnosticHandler extends org.lwjgl.system.Callback implements LLVMDiagnosticHandlerI
ContextSetDiagnosticHandler method.
void (*) (
LLVMDiagnosticInfoRef DiagnosticInfo,
void *DiagnosticContext
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static LLVMDiagnosticHandler |
create(LLVMDiagnosticHandlerI instance)
Creates a
LLVMDiagnosticHandler instance that delegates to the specified LLVMDiagnosticHandlerI instance. |
static LLVMDiagnosticHandler |
create(long functionPointer)
Creates a
LLVMDiagnosticHandler instance from the specified function pointer. |
static LLVMDiagnosticHandler |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static LLVMDiagnosticHandler create(long functionPointer)
LLVMDiagnosticHandler instance from the specified function pointer.LLVMDiagnosticHandler@Nullable public static LLVMDiagnosticHandler createSafe(long functionPointer)
public static LLVMDiagnosticHandler create(LLVMDiagnosticHandlerI instance)
LLVMDiagnosticHandler instance that delegates to the specified LLVMDiagnosticHandlerI instance.Copyright LWJGL. All Rights Reserved. License terms.