Public Member Functions | |
dgStack (dgInt32 size) | |
dgInt32 | GetSizeInBytes () const |
dgInt32 | GetElementsCount () const |
T & | operator[] (dgInt32 entry) |
const T & | operator[] (dgInt32 entry) const |
Additional Inherited Members | |
Protected Member Functions inherited from dgStackBase | |
dgStackBase (dgInt32 size) | |
Protected Attributes inherited from dgStackBase | |
void * | m_ptr |