Frama-C API - Node
Lazily associates a node to any element.
Parameters
Signature
val node : dot -> t -> attr list -> unit
val record : dot -> t -> ?rounded:bool -> ?attr:attr list -> record -> unit
val define : dot -> (t -> node -> unit) -> unit
Pushes the callback which will be executed once for all created nodes. You must call run dot
at some point to flush them. Any previsously registred callback is replaced by the new one.
val prefix : string -> unit
Set node prefix. Otherwize, some default one is created for each functor application.