Class IndexerEnteredMainFile

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

public abstract class IndexerEnteredMainFile extends Callback implements IndexerEnteredMainFileI
Instances of this class may be set to the enteredMainFile field of the IndexerCallbacks struct.

Type


 CXIdxClientFile (*IndexerEnteredMainFileI.invoke(long, long, long)) (
     CXClientData client_data,
     CXFile mainFile,
     void *reserved
 )
  • Method Details

    • create

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

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

      public static IndexerEnteredMainFile create(IndexerEnteredMainFileI instance)
      Creates a IndexerEnteredMainFile instance that delegates to the specified IndexerEnteredMainFileI instance.