= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package xenstore
-
xenstore_client_lwt
-
xenstore_client_unix
-
xenstore_server
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : unit -> ('a, 'b) t
val mem : ('a, 'b) t -> 'a list -> bool
val find : ('a, 'b) t -> 'a list -> 'b
val iter : ('a -> 'b option -> unit) -> ('a, 'b) t -> unit
val iter_path : ('a -> 'b option -> unit) -> ('a, 'b) t -> 'a list -> unit
val fold : ('a -> 'b option -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c