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
Instances of this class may be set to the indexEntityReference field of the IndexerCallbacks struct.

Type


 void (*IndexerIndexEntityReferenceI.invoke(long, long)) (
     CXClientData client_data,
     CXIdxEntityRefInfo const *info
 )
  • Method Details

    • create

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

      @Nullable public static 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.