package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nodei = int
class ['node, 'edge] ograph_extended : object ... end
class ['node, 'edge] ograph_mutable : object ... end
val dfs_iter : nodei -> (nodei -> unit) -> ('node, 'edge) ograph_mutable -> unit
val dfs_iter_with_path : nodei -> (nodei -> nodei list -> unit) -> ('node, 'edge) ograph_mutable -> unit
val print_ograph_mutable_generic : ?title:string option -> ?launch_gv:bool -> ?output_file:Common.filename -> s_of_node:((nodei * 'node) -> string * string option * string option) -> ('node, 'edge) ograph_mutable -> unit
val print_ograph_extended : ('node * string, 'edge) ograph_extended -> Common.filename -> bool -> unit
val print_ograph_mutable : ('node * string, 'edge) ograph_mutable -> Common.filename -> bool -> unit
val launch_gv_cmd : Common.filename -> unit