|
|
VOID | clear () |
| |
|
VOID | copy (const SET &s) |
| |
|
VOID | empty () |
| |
|
VOID | resize (USHORT max_num_of_elems) |
| |
|
| SET (USHORT max_num_of_elems) |
| |
|
| SET (const SET &s) |
| |
|
SET & | operator= (const SET &rhs) |
| |
|
USHORT | get_num_of_elems () const |
| |
|
BOOLEAN | contains (USHORT elem) const |
| |
|
BOOLEAN | extract (USHORT elem) |
| |
|
BOOLEAN | insert (USHORT elem) |
| |
|
|
USHORT | its_num_of_elems |
| |
|
USHORT | its_num_of_comps |
| |
|
LONG * | its_array_p |
| |
The documentation for this class was generated from the following files:
- Legacy/QFog2-MachO/QFogSource/Ansi_General/SET.h
- Legacy/QFog2-MachO/QFogSource/Ansi_General/SET.cpp