6 Dictionary implementation. Please fix me.
8 (neuk. hsearch_* is te dom.)
13 hsearch_data
* hash_p_
;
18 Dictionary (Dictionary
const&);
20 T
const &elem (String s
) const;
21 bool elem_b (String s
) const;
26 Dictionary::Dictionary ()
28 hash_p_
= new hsearch_data
;
32 int retval
= hcreate_r (start_size
, hash_p_
);