package frama-c

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

Module MemBytes.RegisterShiftSource

Sourcemodule E : sig ... end
Sourcetype key = E.key
Sourcetype data = E.data
Sourceval id : basename:string -> key -> string
Sourceval mem : key -> bool
Sourceval get : key -> data option
Sourceval find : key -> data
Sourceval clear : unit -> unit
Sourceval remove : key -> unit
Sourceval define : key -> data -> unit
Sourceval update : key -> data -> unit
Sourceval memoize : (key -> data) -> key -> data
Sourceval compile : (key -> data) -> key -> unit
Sourceval callback : (key -> data -> unit) -> unit
Sourceval iter : (key -> data -> unit) -> unit
Sourceval iter_sorted : (key -> data -> unit) -> unit
OCaml

Innovation. Community. Security.