HDF5 1.14.5
API Reference
|
Information class for link callback for H5Ewalk.
Public Member Functions | |
int | callback (int nidx, H5E_error2_t info, H5E_walk_t op_data) |
int callback | ( | int | nidx, |
H5E_error2_t | info, | ||
H5E_walk_t | op_data | ||
) |
application callback for each error stack element
nidx | the index of the current error stack element |
info | the error stack "info" struct |
op_data | the operator data passed in to H5Ewalk |