Skip to main content
-
API
-
frama_c_codex
-
Core
-
Codex_options
-
Custom
Module Codex_options.Custom
Parameters
Signature
val add_set_hook : (t -> t -> unit) -> unitval add_update_hook : (t -> t -> unit) -> unitval is_default : unit -> boolval get_default : unit -> tval print_help : Stdlib.Format.formatter -> unitval self : Frama_c_kernel.State.tval mark_as_computed : ?project:Frama_c_kernel.Project.t -> unit -> unitval is_computed : ?project:Frama_c_kernel.Project.t -> unit -> boolmodule Datatype : Frama_c_kernel.Datatype.Sval add_hook_on_update : (Datatype.t -> unit) -> unitval howto_marshal : (Datatype.t -> 'a) -> ('a -> Datatype.t) -> unitval equal : t -> t -> boolval add_aliases : ?visible:bool -> ?deprecated:bool -> string list -> unitval is_set : unit -> boolval unsafe_set : t -> unitval parameter : Frama_c_kernel.Typed_parameter.tval set_possible_values : string list -> unitval get_possible_values : unit -> string list