|
| Vec (int siz) |
|
| Vec (int siz, bool z) |
|
| Vec (Vec &v) |
|
void | init (int siz) |
|
void | init (int siz, bool z) |
|
void | finish () |
|
void | zero () |
|
T & | operator[] (int index) |
|
T & | last () |
|
void | clear () |
|
void | remove (int index) |
|
void | push_back (T data) |
|
void | append (const T *data, int count) |
|
T * | append_space (int count) |
|
void | erase (int first, int last) |
|
void | erase (int i) |
|
void | drop_front (int n) |
|
void | insert (int i, T data) |
|
void | retrieve (T *data) |
|
T | pop_back () |
|
bool | bounds_check (int i) |
|
int | size () |
|
int | get_allocated () |
|
void * | operator new (size_t size) |
|
void | operator delete (void *ptr) |
|
|
int | allocated |
|
int | length |
|
T * | array |
|
The documentation for this class was generated from the following file: