package vhd-format

  1. Overview
  2. Docs
type !'a t = {
  1. filename : string;
  2. handle : 'a;
  3. header : Header.t;
  4. footer : Footer.t;
  5. parent : 'a t option;
  6. bat : BAT.t;
  7. batmap : (Batmap_header.t * Batmap.t) option;
  8. bitmap_cache : (int * Bitmap.t) option Pervasives.ref;
}
val check_overlapping_blocks : 'a t -> unit
module Field : sig ... end
OCaml

Innovation. Community. Security.