Uses of Interface
hdf.hdf5lib.callbacks.H5E_walk_t
Packages that use H5E_walk_t
-
Uses of H5E_walk_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5E_walk_tModifier 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) -
Uses of H5E_walk_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5E_walk_tModifier and TypeMethodDescriptionint
H5E_walk_cb.callback
(int nidx, H5E_error2_t info, H5E_walk_t op_data)