Class IndexerIndexEntityReference

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

public abstract class IndexerIndexEntityReference extends Callback implements IndexerIndexEntityReferenceI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      Creates a IndexerIndexEntityReference instance that delegates to the specified IndexerIndexEntityReferenceI instance.