Class IndexerAbortQuery

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.llvm.IndexerAbortQuery
All Implemented Interfaces:
AutoCloseable, IndexerAbortQueryI, CallbackI, NativeResource, Pointer

public abstract class IndexerAbortQuery extends Callback implements IndexerAbortQueryI
Callback function: (* anonymous)
  • Method Details

    • create

      public static IndexerAbortQuery create(long functionPointer)
      Creates a IndexerAbortQuery instance from the specified function pointer.
      Returns:
      the new IndexerAbortQuery
    • createSafe

      public static @Nullable IndexerAbortQuery createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static IndexerAbortQuery create(IndexerAbortQueryI instance)
      Creates a IndexerAbortQuery instance that delegates to the specified IndexerAbortQueryI instance.