package binsec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Path.MakeSource

Parameters

Signature

include S
Sourcetype t
Sourceval id : t -> int
Sourceval get : 'a key -> t -> 'a
Sourceval set : 'a key -> 'a -> t -> unit
Sourceval register_key : ?merge:('a -> 'a -> 'a option) -> 'a -> 'a key
Sourceval register_at_fork : (t -> t -> unit) -> unit
Sourceval register_at_end : (t -> Types.status -> unit) -> unit
Sourceval empty : unit -> t
Sourceval fork : t -> t
Sourceval merge : t -> t -> t option
Sourceval terminate : t -> Types.status -> unit
OCaml

Innovation. Community. Security.