package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Generic functor implementing the services algorithm according to a graph implementation.

Parameters

module G : sig ... end

Signature

type node = G.V.t
type graph = G.t
module Service_graph : sig ... end
val vertex : node -> node vertex
val output_graph : Stdlib.out_channel -> Service_graph.t -> unit
val entry_point : unit -> Service_graph.V.t option

compute must be called before

  • since Carbon-20101201