Uses of Interface
hdf.hdf5lib.callbacks.H5E_walk_cb
Packages that use H5E_walk_cb
-
Uses of H5E_walk_cb in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5E_walk_cbModifier and TypeMethodDescriptionstatic 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)