package core_kernel

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

Module type Iobuf.Accessors_writeSource

('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_trunc : (int, 'd, 'w) t
Sourceval int16_be_trunc : (int, 'd, 'w) t
Sourceval int16_le_trunc : (int, 'd, 'w) t
Sourceval int32_be_trunc : (int, 'd, 'w) t
Sourceval int32_le_trunc : (int, 'd, 'w) t
Sourceval int64_be : (int, 'd, 'w) t
Sourceval int64_le : (int, 'd, 'w) t
Sourceval uint8_trunc : (int, 'd, 'w) t
Sourceval uint16_be_trunc : (int, 'd, 'w) t
Sourceval uint16_le_trunc : (int, 'd, 'w) t
Sourceval uint32_be_trunc : (int, 'd, 'w) t
Sourceval uint32_le_trunc : (int, 'd, 'w) t
Sourceval uint64_be_trunc : (int, 'd, 'w) t
Sourceval uint64_le_trunc : (int, 'd, 'w) t
Sourceval int64_t_be : (Core.Int64.t, 'd, 'w) t_local
Sourceval int64_t_le : (Core.Int64.t, 'd, 'w) t_local
Sourceval head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t_local
Sourceval tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t_local
Sourceval string : str_pos:int -> len:int -> (string, 'd, 'w) t_local
Sourceval bytes : str_pos:int -> len:int -> (Core.Bytes.t, 'd, 'w) t_local
Sourceval bigstring : str_pos:int -> len:int -> (Core.Bigstring.t, 'd, 'w) t_local
Sourceval stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) t_local
Sourceval byteso : ?str_pos:int -> ?len:int -> (Core.Bytes.t, 'd, 'w) t_local
Sourceval bigstringo : ?str_pos:int -> ?len:int -> (Core.Bigstring.t, 'd, 'w) t_local
Sourcemodule Int_repr : sig ... end