package ctypes

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

Module Cstubs_generate_mlSource

Sourceval extern : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> stub_name:string -> external_name:string -> Format.formatter -> ('a -> 'b) Ctypes.fn -> unit
Sourceval case : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> stub_name:string -> external_name:string -> Format.formatter -> ('a -> 'b) Ctypes.fn -> unit
Sourceval val_case : stub_name:string -> external_name:string -> Format.formatter -> 'a Ctypes.typ -> unit
Sourceval constructor_decl : concurrency:[ `Sequential | `Lwt_jobs | `Lwt_preemptive | `Unlocked ] -> errno:[ `Ignore_errno | `Return_errno ] -> string -> 'a Ctypes.fn -> Format.formatter -> unit
Sourceval inverse_case : register_name:string -> constructor:string -> string -> Format.formatter -> ('a -> 'b) Ctypes.fn -> unit
OCaml

Innovation. Community. Security.