Class type Ocamlcvs.Behav.data


class type ['a] data = object .. end

method cvs_info_of_t : 'a -> Ocamlcvs.Types.cvs_info
method elements : string -> 'a list
get elements from a key
method remove_element : string -> unit
method t_of_cvs_info : Ocamlcvs.Types.cvs_info -> 'a
method update_element : 'a -> unit
add or update element