Frama-C API - Dynamic
Value accesses through dynamic typing.
Registration
val register : ?comment:string -> plugin:string -> string -> 'a Type.t -> 'a -> 'aregister ~plugin name ty v registers v with the name name, the type ty and the plug-in plugin.
Access
val get : plugin:string -> string -> 'a Type.t -> 'aget ~plugin name ty returns the value registered with the name name, the type ty and the plug-in plugin. This plug-in will be loaded if required.
val iter : (string -> 'a Type.t -> 'a -> unit) -> unitDedicated access to plug-in parameters
module Parameter : sig ... endModule to use for accessing parameters of plug-ins. Assume that the plug-in is already loaded.
