package frama-c

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

Module WpContext.StaticSource

projectified, independent from the model, not serialized

Parameters

module E : Entries

Signature

Sourcemodule E = E
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

no redefinition unless forced ; circularity protected

Sourceval update : key -> data -> unit

set current value, with no protection

Sourceval memoize : (key -> data) -> key -> data

with circularity protection

Sourceval compile : (key -> data) -> key -> unit

with circularity protection

Sourceval callback : (key -> data -> unit) -> unit
Sourceval iter : (key -> data -> unit) -> unit
Sourceval iter_sorted : (key -> data -> unit) -> unit
OCaml

Innovation. Community. Security.