Public Member Functions | |
| dArray (dInt32 count) | |
| dArray (const dArray &source) | |
| const dInt32 | GetCount () const |
| void | SetCount (dInt32 count) |
| void | Clear () |
| void | Resize (dInt32 count) |
| dInt32 | GetCapacity () const |
| T & | operator[] (dInt32 i) |
| const T & | operator[] (dInt32 i) const |
| void | Swap (dArray &other) |
| void | PushBack (const T &element) |
Protected Attributes | |
| T * | m_array |