package mopsa

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

Parameters

module Options : OPTIONS

Signature

Hook header

***************

val name : string

Initialization

******************

val stack : float Stack.t
val init : 'a -> unit

Indentation

***************

val color : int -> string -> string
type symbol =
  1. | BEGIN
  2. | END
  3. | MSG
val symbol_to_string : symbol -> int -> string

Symbol of a new entry

val is_end_symbol : symbol -> bool
val tab : int -> string

Tabulation

val cur_level : unit -> int
val indent : symbol:symbol -> ('a, Format.formatter, unit, unit) format4 -> 'b

Indent a message by adding tabs at the beginning of each line

val reach : Mopsa.range -> unit
val pp_route_if_any : Format.formatter -> Mopsa.Core.All.route -> unit
val get_timing : unit -> float

Events handlers

*******************

val on_after_exec : Mopsa.Core.All.route -> Mopsa.Core.All.stmt -> ('a, 'b) Mopsa.Core.All.man -> 'c -> ('d, 'e) Mopsa.Core.All.Cases.cases -> unit
val on_finish : 'a -> 'b -> unit
OCaml

Innovation. Community. Security.