package frama-c

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

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 clear : unit -> unit

Clear index tables. Use with extreme care.