Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val t : t Ctypes.typ
val get_pointer : t -> unit Ctypes.ptr
val create : unit -> t
val create_no_gc : unit -> t
val destroy : t -> unit
val with_t : (t -> 'a) -> 'a
val create_setter : string -> 'a Ctypes.typ -> t -> 'a -> unit
val clear : t -> unit
val count : t -> int
val put_string :
?key_pos:int ->
?key_len:int ->
?value_pos:int ->
?value_len:int ->
t ->
string ->
string ->
unit
val delete_string : ?pos:int -> ?len:int -> t -> string -> unit