package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `Metric_a6d34960e6d0feab
]
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 : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.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