Frama-C:
Plug-ins:
Libraries:

Frama-C API - Status

include Frama_c_kernel.Datatype.S_with_collections with type t := status
include Frama_c_kernel.Datatype.S with type t := status
include Frama_c_kernel.Datatype.S_no_copy with type t := status
val datatype_name : string

Unique name of the datatype.

val datatype_descr : status Frama_c_kernel.Descr.t

Datatype descriptor.

Packed version of the descriptor.

val reprs : status list

List of representants of the descriptor.

val equal : status -> status -> bool
val compare : status -> status -> int

Comparison: same spec than Stdlib.compare.

val hash : status -> int

Hash function: same spec than Hashtbl.hash.

val pretty : Stdlib.Format.formatter -> status -> unit

Pretty print each value in an user-friendly way.

val mem_project : (Frama_c_kernel.Project_skeleton.t -> bool) -> status -> bool

mem_project f x must return true iff there is a value p of type Project.t in x such that f p returns true.

val copy : status -> status

Deep copy: no possible sharing between x and copy x.

val join : status -> status -> status
val inter : status -> status -> status if_consistent