|
VOID | clear () |
|
VOID | copy (const VECTOR< TYPE > &s) |
|
VOID | set_to_default_vec (const TYPE &default_value, USHORT len) |
|
VOID | resize (const TYPE &default_value, USHORT new_len) |
|
| VECTOR (const TYPE &default_value, USHORT len) |
|
| VECTOR (const VECTOR< TYPE > &s) |
|
VECTOR< TYPE > & | operator= (const VECTOR< TYPE > &rhs) |
|
USHORT | get_len () const |
|
USHORT | loc_of_target (const TYPE &tar) const |
|
TYPE & | operator[] (USHORT i) const |
|
VOID | insert_last (const TYPE &data) |
|
VOID | insert_ptr_last (TYPE data) |
|
VOID | extract_at (USHORT loc) |
|
|
TYPE * | its_array_p |
|
USHORT | its_len |
|
|
BOOLEAN | operator== (const VECTOR< TYPE > &s1, const VECTOR< TYPE > &s2) |
|
BOOLEAN | operator!= (const VECTOR< TYPE > &s1, const VECTOR< TYPE > &s2) |
|
The documentation for this class was generated from the following file:
- Legacy/QFog2-MachO/QFogSource/Ansi_General/VECTOR.h