7 USHORT its_num_of_elems;
8 USHORT its_num_of_comps;
15 VOID copy(
const SET & s);
17 VOID resize(USHORT max_num_of_elems);
19 SET(USHORT max_num_of_elems);
21 SET & operator=(
const SET & rhs );
24 USHORT get_num_of_elems()
const;
25 BOOLEAN contains(USHORT elem)
const;
27 BOOLEAN extract(USHORT elem);
29 BOOLEAN insert(USHORT elem);
31 #ifdef _mac_gui_app //''''''''''''''''''''''''''''''''''''''''''''\\. 33 friend LStream & operator<<( LStream & out_bd,
const SET &
set);
34 friend LStream & operator>>( LStream & in_bd,
SET &
set);
35 #endif //_mac_gui_app \\............................................// 43 USHORT SET::get_num_of_elems()
const 45 return its_num_of_elems;