public abstract class LTODiagnosticHandler extends org.lwjgl.system.Callback implements LTODiagnosticHandlerI
codegen_set_diagnostic_handler method.
void (*) (
lto_codegen_diagnostic_severity_t severity,
char const *diag,
void *ctxt
)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 LTODiagnosticHandler |
create(long functionPointer)
Creates a
LTODiagnosticHandler instance from the specified function pointer. |
static LTODiagnosticHandler |
create(LTODiagnosticHandlerI instance)
Creates a
LTODiagnosticHandler instance that delegates to the specified LTODiagnosticHandlerI instance. |
static LTODiagnosticHandler |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static LTODiagnosticHandler create(long functionPointer)
LTODiagnosticHandler instance from the specified function pointer.LTODiagnosticHandler@Nullable public static LTODiagnosticHandler createSafe(long functionPointer)
public static LTODiagnosticHandler create(LTODiagnosticHandlerI instance)
LTODiagnosticHandler instance that delegates to the specified LTODiagnosticHandlerI instance.Copyright LWJGL. All Rights Reserved. License terms.