Frama-C:
Plug-ins:
Libraries:

Frama-C API - Index

Builds a projectified index.

Parameters

module M : Map
module _ : Info

Signature

include S with type t = M.key
type t = M.key
val jtype : Package.jtype
val of_json : json -> t
val to_json : t -> json
val get : t -> int
val find : int -> 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.