package hdf5

  1. Overview
  2. Docs

Source file h5i.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
exception Fail

module Type = struct
  type t =
  | FILE
  | GROUP
  | DATATYPE
  | DATASPACE
  | DATASET
  | ATTR
  | REFERENCE
  | VFL
  | GENPROP_CLS
  | GENPROP_LST
  | ERROR_CLASS
  | ERROR_MSG
  | ERROR_STACK
  | NTYPES
end

external get_type : Hid.t -> Type.t = "hdf5_h5i_get_type"
OCaml

Innovation. Community. Security.