Class IndexerIncludedFile

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

public abstract class IndexerIncludedFile extends Callback implements IndexerIncludedFileI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static IndexerIncludedFile create(IndexerIncludedFileI instance)
      Creates a IndexerIncludedFile instance that delegates to the specified IndexerIncludedFileI instance.