package ocamlgraph

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

Module Util.DataVSource

Create a vertex type with some data attached to it

Parameters

module L : sig ... end
module V : Sig.COMPARABLE

Signature

Sourcetype data = L.t
Sourceand label = V.t
Sourceand t = data ref * V.t
Sourceval compare : t -> t -> int
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval create : data -> V.t -> t
Sourceval label : t -> V.t
Sourceval data : t -> data
Sourceval set_data : t -> data -> unit
OCaml

Innovation. Community. Security.