Public Member Functions | |
| dgIndexArray (dInt32 count) | |
Public Member Functions inherited from dArray< dInt32 > | |
| dArray (dInt32 count) | |
| dArray (const dArray &source) | |
| const dInt32 | GetCount () const |
| void | SetCount (dInt32 count) |
| void | Clear () |
| void | Resize (dInt32 count) |
| dInt32 | GetCapacity () const |
| dInt32 & | operator[] (dInt32 i) |
| const dInt32 & | operator[] (dInt32 i) const |
| void | Swap (dArray &other) |
| void | PushBack (const dInt32 &element) |
Additional Inherited Members | |
Protected Attributes inherited from dArray< dInt32 > | |
| dInt32 * | m_array |