H5Giterate

fnherr_t H5Giterate(hid_t loc_id, const char * name, int * idx, H5G_iterate_t op, void * op_data)

Iterates over objects in a group (deprecated).

This function is deprecated but still useful for simple iteration. For new code, use H5Literate instead.

Parameters

loc_idLocation identifier (file or group)
nameName of the group to iterate over
idxStarting position; updated to position where iteration stopped
opCallback function to invoke for each object
op_dataUser data to pass to the callback

Returns

The return value of the last callback on success, or negative on failure.