package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `Metrics_c9a605598c875b61
]
val has_content_type : t -> bool
val content_type_get : t -> string
val content_type_set : t -> string -> unit
val has_data : t -> bool
val data_get : t -> string
val data_set : t -> string -> unit
val of_message : rw message_t -> t
val to_message : t -> rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t