Class IndexerIndexDeclaration

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

public abstract class IndexerIndexDeclaration extends Callback implements IndexerIndexDeclarationI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static IndexerIndexDeclaration create(IndexerIndexDeclarationI instance)
      Creates a IndexerIndexDeclaration instance that delegates to the specified IndexerIndexDeclarationI instance.