HDF5 1.14.5
API Reference
|
Information class for link callback for H5Lvisit/H5Lvisit_by_name.
Public Member Functions | |
int | callback (long loc_id, String name, H5L_info_t info, H5L_iterate_opdata_t op_data) |
int callback | ( | long | loc_id, |
String | name, | ||
H5L_info_t | info, | ||
H5L_iterate_opdata_t | op_data | ||
) |
application callback for each group
loc_id | the ID for the group being iterated over |
name | the name of the current link |
info | the link's "info" struct |
op_data | the operator data passed in to H5Literate |