Class FMULibrary.FMUFreeMemory

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Callback

        com.sun.jna.Callback.UncaughtExceptionHandler
    • Field Summary

      • Fields inherited from interface com.sun.jna.Callback

        FORBIDDEN_NAMES, METHOD_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      FMUFreeMemory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(com.sun.jna.Pointer object)
      Free memory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FMUFreeMemory

        public FMUFreeMemory()
    • Method Detail

      • apply

        public void apply​(com.sun.jna.Pointer object)
        Free memory.
        Specified by:
        apply in interface FMILibrary.FMICallbackFreeMemory
        Parameters:
        object - The object to be freed.