Uses of Interface
hdf.hdf5lib.callbacks.H5E_walk_t
| Package | Description | 
|---|---|
| hdf.hdf5lib | |
| hdf.hdf5lib.callbacks | 
- 
Uses of H5E_walk_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5E_walk_t Modifier and Type Method Description static voidH5. 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 voidH5. 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_t Modifier and Type Method Description intH5E_walk_cb. callback(int nidx, H5E_error2_t info, H5E_walk_t op_data)