package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = ..
include Binsec.Cli.GENERIC_OPT with type t := t
include Binsec.Cli.GENERIC with type t := t
val set : t -> unit
val get : unit -> t
val is_set : unit -> bool
val is_default : unit -> bool
val get_opt : unit -> t option
val register : string -> t -> (unit -> (module Types.STATE_FACTORY)) -> unit
val get_factory : unit -> (module Types.STATE_FACTORY)