package hdf5

  1. Overview
  2. Docs
Manages HDF5 files used for storing large amounts of data

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.5.tar.gz
md5=5e42f0b3f28a7ed8ba84998ee30ff8e7
sha512=17eea72e38f70f92a3b01cd10e0cae8839d8d214b5fa6507f9d435530afe17c88fbdd349157a12eead205e1cf66225d6282199404a3c26841366a57f5c69ff23

doc/hdf5.raw/Hdf5_raw/H5g/index.html

Module Hdf5_raw.H5g

include module type of struct include H5g end
module Storage_type : sig ... end
module Info : sig ... end
module Iterate : sig ... end
val close : Hid.t -> unit
val create : Hid.t -> ?lcpl:Hid.t -> ?gcpl:Hid.t -> ?gapl:Hid.t -> string -> Hid.t
val open_ : Hid.t -> ?gapl:Hid.t -> string -> Hid.t
  • deprecated Use H5l.create_hard or H5l.create_soft instead
  • deprecated Use H5l.delete
val set_comment : Hid.t -> string -> string -> unit
  • deprecated Use H5o.set_comment
val get_comment : Hid.t -> string -> string
  • deprecated Use H5o.get_comment
val get_info : Hid.t -> Info.t
val iterate : Hid.t -> string -> ?idx:int ref -> 'a Iterate.t -> 'a -> H5_raw.Iter.t
  • deprecated Use H5l.iterate instead
OCaml

Innovation. Community. Security.