package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.