Frama-C:
Plug-ins:
Libraries:

Frama-C API - Key_Context

Keys module for the abstract contexts of Eva.

type 'a key
val create_key : string -> 'a key
val eq_type : 'a key -> 'b key -> ('a, 'b) eq option
val name : 'a key -> string
val compare : 'a key -> 'b key -> int
val equal : 'a key -> 'b key -> bool
val hash : 'a key -> int
val tag : 'a key -> int