package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Graph.Sig.COMPARABLE
type t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
val id : t -> int

assume id >= 0 and unique for each vertices of the graph

val name : t -> string
val attributes : t -> Graph.Graphviz.DotAttributes.vertex list
val entry_point : unit -> t option