Hdf5_raw.H5ginclude module type of struct include H5g endmodule Storage_type : sig ... endmodule Info : sig ... endmodule Iterate : sig ... endval close : Hid.t -> unitval link :
Hid.t ->
H5l.Type.t ->
current_name:string ->
new_name:string ->
unitval unlink : Hid.t -> string -> unitval set_comment : Hid.t -> string -> string -> unitval get_comment : Hid.t -> string -> stringval iterate :
Hid.t ->
string ->
?idx:int ref ->
'a Iterate.t ->
'a ->
H5_raw.Iter.t