package ocamlgraph

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

Module Blocks.PredSource

All the predecessor operations from the iterators on the edges

Parameters

module S : sig ... end

Signature

Sourceval iter_pred : (S.PV.t -> unit) -> S.t -> S.PV.t -> unit
Sourceval fold_pred : (S.PV.t -> 'a -> 'a) -> S.t -> S.PV.t -> 'a -> 'a
Sourceval pred : S.t -> S.PV.t -> S.PV.t list
Sourceval in_degree : S.t -> S.PV.t -> int
Sourceval iter_pred_e : (S.PE.t -> unit) -> S.t -> S.PV.t -> unit
Sourceval fold_pred_e : (S.PE.t -> 'a -> 'a) -> S.t -> S.PV.t -> 'a -> 'a
Sourceval pred_e : S.t -> S.PV.t -> S.PE.t list
OCaml

Innovation. Community. Security.