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