Module Scan.E

module E: Emitter.Usable_emitter

include Datatype.S_with_collections
val get : t -> Emitter.emitter
Get the emitter from an usable emitter. Not so efficient.
Since Oxygen-20120901
val get_name : t -> string
val get_unique_name : t -> string
val correctness_parameters : t -> string list
val tuning_parameters : t -> string list
val pretty_parameter : Format.formatter -> tuning:bool -> t -> string -> unit
Pretty print the parameter (given by its name) with its value.
Raises Not_found if the parameter is not one of the given emitter