Module WpStrategy.Hannots

module Hannots: Cil2cfg.HE(sig
type t = WpStrategy.annots 
end)
This is an Hashtbl where some predicates are stored on CFG edges. On each edge, we store hypotheses and goals.

type ti = I.t 
type t = (Cil2cfg.edge_key, ti) Hashtbl.t 
val create : int -> ('a, 'b) Hashtbl.t
val find : (Cil2cfg.edge_key, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> 'a
val find_all : (Cil2cfg.edge_key, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> 'a list
val add : (Cil2cfg.edge_key, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> 'a -> unit
val replace : (Cil2cfg.edge_key, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> 'a -> unit
val remove : (Cil2cfg.edge_key, 'a) Hashtbl.t -> Cil2cfg.CFG.E.t -> unit
val clear : ('a, 'b) Hashtbl.t -> unit