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