Frama-C API - Usable_emitter
Usable emitters are the ones which can really emit something.
include Datatype.S_with_collections
include Datatype.S
include Datatype.S_no_copy
val packed_descr : Structural_descr.packPacked version of the descriptor.
val reprs : t listList of representants of the descriptor.
val hash : t -> intHash function: same spec than Hashtbl.hash.
val pretty : Stdlib.Format.formatter -> t -> unitPretty print each value in an user-friendly way.
val mem_project : (Project_skeleton.t -> bool) -> t -> boolmem_project f x must return true iff there is a value p of type Project.t in x such that f p returns true.
module Set : Datatype.Set with type elt = tmodule Map : Datatype.Map with type key = tmodule Hashtbl : Datatype.Hashtbl with type key = tval get_name : t -> stringval get_unique_name : t -> stringval correctness_parameters : t -> string listval tuning_parameters : t -> string listval pretty_parameter : Stdlib.Format.formatter -> tuning:bool -> t -> string -> unitPretty print the parameter (given by its name) with its value.
