package core_kernel

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

Module type Iobuf.Accessors_readSource

('d, 'w) Iobuf.t accessor function manipulating 'a, either writing it to the iobuf or reading it from the iobuf.

Sourcetype ('a, 'd, 'w) t constraint 'd = [> Core.read ]
Sourcetype ('a, 'd, 'w) t_local constraint 'd = [> Core.read ]
Sourcetype 'a bin_prot
Sourceval char : (char, 'd, 'w) t
Sourceval bin_prot : 'a bin_prot -> ('a, 'd, 'w) t
Sourceval int8 : (int, 'd, 'w) t
Sourceval int16_be : (int, 'd, 'w) t
Sourceval int16_le : (int, 'd, 'w) t
Sourceval int32_be : (int, 'd, 'w) t
Sourceval int32_le : (int, 'd, 'w) t
Sourceval int64_be_exn : (int, 'd, 'w) t
Sourceval int64_le_exn : (int, 'd, 'w) t
Sourceval int64_be_trunc : (int, 'd, 'w) t
Sourceval int64_le_trunc : (int, 'd, 'w) t
Sourceval uint8 : (int, 'd, 'w) t
Sourceval uint16_be : (int, 'd, 'w) t
Sourceval uint16_le : (int, 'd, 'w) t
Sourceval uint32_be : (int, 'd, 'w) t
Sourceval uint32_le : (int, 'd, 'w) t
Sourceval uint64_be_exn : (int, 'd, 'w) t
Sourceval uint64_le_exn : (int, 'd, 'w) t
Sourceval int64_t_be : (Core.Int64.t, 'd, 'w) t
Sourceval int64_t_le : (Core.Int64.t, 'd, 'w) t
Sourceval head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t
Sourceval tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t
Sourceval string : str_pos:int -> len:int -> (string, 'd, 'w) t
Sourceval bytes : str_pos:int -> len:int -> (Core.Bytes.t, 'd, 'w) t
Sourceval bigstring : str_pos:int -> len:int -> (Core.Bigstring.t, 'd, 'w) t
Sourceval stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) t
Sourceval byteso : ?str_pos:int -> ?len:int -> (Core.Bytes.t, 'd, 'w) t
Sourceval bigstringo : ?str_pos:int -> ?len:int -> (Core.Bigstring.t, 'd, 'w) t
Sourcemodule Local : sig ... end
Sourcemodule Int_repr : sig ... end