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