public abstract class IndexerDiagnostic extends org.lwjgl.system.Callback implements IndexerDiagnosticI
diagnostic field of the IndexerCallbacks struct.
void (*) (
CXClientData client_data,
CXDiagnosticSet diagnosticSet,
void *reserved
)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 IndexerDiagnostic |
create(IndexerDiagnosticI instance)
Creates a
IndexerDiagnostic instance that delegates to the specified IndexerDiagnosticI instance. |
static IndexerDiagnostic |
create(long functionPointer)
Creates a
IndexerDiagnostic instance from the specified function pointer. |
static IndexerDiagnostic |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static IndexerDiagnostic create(long functionPointer)
IndexerDiagnostic instance from the specified function pointer.IndexerDiagnostic@Nullable public static IndexerDiagnostic createSafe(long functionPointer)
public static IndexerDiagnostic create(IndexerDiagnosticI instance)
IndexerDiagnostic instance that delegates to the specified IndexerDiagnosticI instance.Copyright LWJGL. All Rights Reserved. License terms.