Newton Dynamics  4.00
dStack< T > Class Template Reference
Inheritance diagram for dStack< T >:
dStackBase

Public Member Functions

 dStack (size_t size)
 
dInt32 GetSizeInBytes () const
 
dInt32 GetElementsCount () const
 
D_INLINE T & operator[] (dInt32 entry)
 
D_INLINE const T & operator[] (dInt32 entry) const
 

Additional Inherited Members

- Protected Member Functions inherited from dStackBase
 dStackBase (size_t size)
 
- Protected Attributes inherited from dStackBase
const void * m_ptr