H5Literate_by_name1
fn
herr_t H5Literate_by_name1(hid_t loc_id, const char * group_name,
H5_index_t idx_type, H5_iter_order_t order, hsize_t * idx,
H5L_iterate1_t op, void * op_data, hid_t lapl_id)Iterates over links by name (version 1, deprecated).
Parameters
loc_id | Location identifier |
group_name | Group name |
idx_type | Index type |
order | Iteration order |
idx | Starting index (in/out) |
op | Callback function |
op_data | User data for callback |
lapl_id | Link access property list identifier |
Returns
Return value from callback, or negative on error.