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