Skip to main content
-
API
-
frama_c_codex
-
Core
-
Codex_options
-
Filepath_map
Module Codex_options.Filepath_map
Parameters
Signature
type t = V.t Fc_Filepath.Map.tval 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 is_empty : unit -> boolval iter : (elt -> unit) -> unitval fold : (elt -> 'a -> 'a) -> 'a -> 'amodule As_string : sig ... end