package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module T : sig ... end
type t
val nid : t -> Graph.Dot_ast.id
val func : t -> Ida_cfg.Function.t
val typ : t -> T.t
val create : ?nid:Graph.Dot_ast.id -> Ida_cfg.Function.t -> T.t -> t
val pp : Format.formatter -> t -> unit
val pp_short : Format.formatter -> t -> unit
val pp_list : Format.formatter -> t list -> unit
val equal : t -> t -> bool