Link.getAll

static auto getAll(hid_t grpId, H5_index_t indexType = H5_index_t.NAME, H5_iter_order_t order = H5_iter_order_t.INC)

Gets information about all links in a group.

Parameters

grpIdGroup identifier to iterate over
indexTypeType of index to use (NAME or CRT_ORDER)
orderOrder of iteration (INC, DEC, or NATIVE)

Returns

Array of tuples containing link name and info.

Throws

HDF5Exception if iteration fails.