![]() |
HDF5
1.15.0.a71c683
API Reference
|
Information class for link callback for H5Ewalk.
Inheritance diagram for H5E_walk_cb:
Collaboration diagram for H5E_walk_cb: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 |