Public Member Functions | |
| ndStack (ndInt32 size) | |
| ndInt32 | GetSizeInBytes () const |
| ndInt32 | GetElementsCount () const |
| T & | operator[] (ndInt32 entry) |
| const T & | operator[] (ndInt32 entry) const |
Public Member Functions inherited from ndClassAlloc | |
| ndClassAlloc () | |
| Empty default constructor. | |
| ~ndClassAlloc () | |
| Empty. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ndClassAlloc | |
| D_OPERATOR_NEW_AND_DELETE static D_CORE_API void * | Malloc (size_t size) |
| Generic allocation for any function subclass from ndClassAlloc. | |
| static D_CORE_API void | Free (void *const ptr) |
| Generic destruction for any function subclass from ndClassAlloc. | |
Protected Member Functions inherited from ndStackBase | |
| ndStackBase (ndInt32 size) | |
Protected Attributes inherited from ndStackBase | |
| const void * | m_ptr |