package frama-c

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

Creates a counter that is shared among all projects, but which is marshalling-compliant.

  • since Carbon-20101201

Parameters

module Info : sig ... end

Signature

val next : unit -> int

Increments the counter and returns a fresh value

val get : unit -> int
  • returns

    the current value of the counter, without incrementing it.

  • since Fluorine-20130401
val self : State.t
  • since Oxygen-20120901
OCaml

Innovation. Community. Security.