Class H5I_free_t

  • All Implemented Interfaces:
    AutoCloseable

    @Properties(inherit=hdf5.class)
    public class H5I_free_t
    extends FunctionPointer
    A function for freeing objects. This function will be called with a pointer to the object and a pointer to a pointer to the asynchronous request object. The function should free the object and return non-negative to indicate that the object can be removed from the ID type. If the function returns negative (failure) then the object will remain in the ID type. For asynchronous operations and handling the request parameter, see the HDF5 user guide and VOL connector author guide.