Frama-C:
Plug-ins:
Libraries:

Frama-C API - Tagged

Builds a projectified index on types with unique identifiers.

Parameters

module A : TaggedType
module _ : Info

Signature

include S with type t = A.t
type t = A.t
val jtype : Package.jtype
val of_json : json -> t
val to_json : t -> json
val get : t -> string
val find : string -> t
  • raises Not_found

    if not registered.

val remove : t -> unit

Remove item from index tables. Use with extreme care.

val clear : unit -> unit

Clear index tables. Use with extreme care.