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
grpId | Group identifier to iterate over |
indexType | Type of index to use (NAME or CRT_ORDER) |
order | Order of iteration (INC, DEC, or NATIVE) |
Returns
Array of tuples containing link name and info.
Throws
HDF5Exception if iteration fails.