Class RPMemoryMapCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.rpmalloc.RPMemoryMapCallback
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, RPMemoryMapCallbackI

public abstract class RPMemoryMapCallback extends Callback implements RPMemoryMapCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static RPMemoryMapCallback create(RPMemoryMapCallbackI instance)
      Creates a RPMemoryMapCallback instance that delegates to the specified RPMemoryMapCallbackI instance.