Class MDBRelFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.lmdb.MDBRelFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, MDBRelFuncI

public abstract class MDBRelFunc extends Callback implements MDBRelFuncI
Callback function: MDB_rel_func *
  • Method Details

    • create

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

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

      public static MDBRelFunc create(MDBRelFuncI instance)
      Creates a MDBRelFunc instance that delegates to the specified MDBRelFuncI instance.