Hdf5_raw.H5linclude module type of struct include H5l endmodule Type : sig ... endmodule Info : sig ... endmodule Iterate : sig ... endval iterate :
Hid.t ->
H5_raw.Index.t ->
H5_raw.Iter_order.t ->
?idx:int ref ->
'a Iterate.t ->
'a ->
H5_raw.Iter.tval iterate_by_name :
Hid.t ->
string ->
H5_raw.Index.t ->
H5_raw.Iter_order.t ->
?idx:int ref ->
'a Iterate.t ->
?lapl:Hid.t ->
'a ->
H5_raw.Iter.tval get_name_by_idx :
Hid.t ->
string ->
H5_raw.Index.t ->
H5_raw.Iter_order.t ->
?lapl:Hid.t ->
int ->
string