package hdf5

  1. Overview
  2. Docs
include module type of struct include H5l end
module Type : sig ... end
module Info : sig ... end
module Iterate : sig ... end
val create_hard : Hid.t -> string -> Hid.t -> ?lcpl:Hid.t -> ?lapl:Hid.t -> string -> unit
val create_soft : string -> Hid.t -> ?lcpl:Hid.t -> ?lapl:Hid.t -> string -> unit
val create_external : string -> string -> Hid.t -> ?lcpl:Hid.t -> ?lapl:Hid.t -> string -> unit
val exists : Hid.t -> ?lapl:Hid.t -> string -> bool
val move : Hid.t -> string -> Hid.t -> ?lcpl:Hid.t -> ?lapl:Hid.t -> string -> unit
val copy : Hid.t -> string -> Hid.t -> ?lcpl:Hid.t -> ?lapl:Hid.t -> string -> unit
val delete : Hid.t -> ?lapl:Hid.t -> string -> unit
val iterate : Hid.t -> H5_raw.Index.t -> H5_raw.Iter_order.t -> ?idx:int ref -> 'a Iterate.t -> 'a -> H5_raw.Iter.t
val 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.t
val get_name_by_idx : Hid.t -> string -> H5_raw.Index.t -> H5_raw.Iter_order.t -> ?lapl:Hid.t -> int -> string