19 const STRINGY * * its_stringies_p_p;
22 USHORT its_num_of_stringies;
23 USHORT its_num_of_users;
28 VOID sort_vec_of_ids_by_abc();
35 const STRINGY & get_stringy(USHORT
id)
const;
36 USHORT get_id_of_this_stringy(
const STRINGY & stringy)
const;
37 VOID get_map(
UI_MAP & map)
const;
38 USHORT get_num_of_stringies()
const;
40 USHORT get_num_of_users()
const;
49 USHORT DICTIONARY::get_num_of_stringies()
52 return its_num_of_stringies;
56 USHORT DICTIONARY::get_num_of_users()
59 return its_num_of_users;
63 VOID DICTIONARY::add_one_user()
69 VOID DICTIONARY::del_one_user()
Definition: DICTIONARY.h:15