package ocamlgraph

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

Module Abstract.ISource

Sourcetype t = Make_Abstract(G).I.t = {
  1. edges : G.t;
  2. mutable size : int;
}
Sourcetype vertex = G.vertex
Sourcetype edge = G.edge
Sourcemodule PV : sig ... end
Sourcemodule PE : sig ... end
Sourceval iter_edges : (G.vertex -> G.vertex -> unit) -> t -> unit
Sourceval fold_edges : (G.vertex -> G.vertex -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval iter_edges_e : (G.edge -> unit) -> t -> unit
Sourceval fold_edges_e : (G.edge -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval mem_vertex : G.vertex -> t -> bool
Sourceval create : ?size:int -> unit -> t
Sourceval clear : t -> unit
OCaml

Innovation. Community. Security.