HDF5 1.14.5
API Reference
|
Information class for link callback for H5Ovisit/H5Ovisit_by_name.
Public Member Functions | |
int | callback (long loc_id, String name, H5O_info_t info, H5O_iterate_opdata_t op_data) |
int callback | ( | long | loc_id, |
String | name, | ||
H5O_info_t | info, | ||
H5O_iterate_opdata_t | op_data | ||
) |
application callback for each group
loc_id | the ID for the group or dataset being iterated over |
name | the name of the current object |
info | the object's "info" struct |
op_data | the operator data passed in to H5Oiterate |