Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/netshm/netshm_hashtbl.cmi_pretty GODI Package godi-ocamlnet
Library netshm
 
   Netshm_hashtbl.html    netshm_hashtbl.cmi_pretty    netshm_hashtbl.mli    Sources  
type ('a, 'b) t = ('a, 'b) Netshm_hashtbl.t
val manage :
  ?pagesize:int ->
  ?init:int ->
  'a Netshm_data.data_manager ->
  'b Netshm_data.data_manager ->
  Netshm.locking_method -> Netshm.shm_descr -> ('a, 'b) t
val add : ('a, 'b) t -> 'a -> 'b -> unit
val find : ('a, 'b) t -> 'a -> 'b
val find_all : ('a, 'b) t -> 'a -> 'b list
val mem : ('a, 'b) t -> 'a -> bool
val remove : ('a, 'b) t -> 'a -> unit
val replace : ('a, 'b) t -> 'a -> 'b -> unit
val iter : ('a -> 'b -> unit) -> ('a, 'b) t -> unit
val iter_keys : ('a -> unit) -> ('a, 'b) t -> unit
val fold : ('a -> 'b -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c
val length : ('a, 'b) t -> int
val shm_table : ('a, 'b) t -> Netshm.shm_table
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml