Uses of Interface
hdf.hdf5lib.callbacks.H5E_walk_cb
Package | Description |
---|---|
hdf.hdf5lib |
-
Uses of H5E_walk_cb in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5E_walk_cb Modifier and Type Method Description static void
H5. H5Ewalk(long stack_id, long direction, H5E_walk_cb func, H5E_walk_t client_data)
H5Ewalk walks the error stack specified by estack_id for the current thread and calls the function specified in func for each error along the way.static void
H5. H5Ewalk2(long stack_id, long direction, H5E_walk_cb func, H5E_walk_t client_data)