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