#include <array.h>
Public Member Functions | |
| GrowArray () | |
| ~GrowArray () | |
| void | Add (const T &data) |
| int | Index (const T &data) |
| T & | operator[] (const int index) const |
| void | Swap (const int i1, const int i2) |
| void | Remove (const int index) |
| void | Clear (void) |
| void | Empty (void) |
| void | Grow (size_t amount) |
| int | GetCount (void) const |
Public Attributes | |
| T * | m_data |
Protected Attributes | |
| int | m_size |
| int | m_count |
1.7.0