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