package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Dynamic/Parameter/Bool/index.html

Module Parameter.Bool

Boolean parameters.

include Common with type t = bool
type t = bool
val get : string -> unit -> t
val set : string -> t -> unit
val clear : string -> unit -> unit
val is_set : string -> unit -> bool
val is_default : string -> unit -> bool
val on : string -> unit -> unit

Set the parameter to true.

val off : string -> unit -> unit

Set the parameter to false.

OCaml

Innovation. Community. Security.