Functor Cil_state_builder.Stmt_set_ref

module Stmt_set_ref: 
functor (Info : State_builder.Info-> State_builder.Set_ref with type elt = Cil_types.stmt
Parameters:
Info : State_builder.Info

include State_builder.Ref
type elt 
val add : elt -> unit
val remove : elt -> unit
Since Neon-20140301
val is_empty : unit -> bool
val mem : elt -> bool
val fold : (elt -> 'a -> 'a) -> 'a -> 'a
val iter : (elt -> unit) -> unit