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/H5f/index.html

Module Hdf5_raw.H5f

include module type of struct include H5f end
module Acc : sig ... end
module Obj : sig ... end
module Scope : sig ... end
module Close_degree : sig ... end
module Info : sig ... end
module Mem : sig ... end
module Libver : sig ... end
val create : string -> ?fcpl:Hid.t -> ?fapl:Hid.t -> Acc.t list -> Hid.t
val open_ : string -> ?fapl:Hid.t -> Acc.t list -> Hid.t
val close : Hid.t -> unit
val flush : Hid.t -> Scope.t -> unit
val get_name : Hid.t -> string
val get_obj_count : Hid.t -> Obj.t list -> int
val get_obj_ids : Hid.t -> Obj.t list -> Hid.t array
OCaml

Innovation. Community. Security.