#include <DynaAlloc.h>
◆ deleteVect()
template<class T >
| T ** DynaAllocVect< T >::deleteVect |
( |
T ** |
array, |
|
|
uint |
arrayCount, |
|
|
bool |
isOwner |
|
) |
| |
|
static |
◆ getAllocUnits()
◆ newVect()
◆ reallocVect()
template<class T >
| T ** DynaAllocVect< T >::reallocVect |
( |
T ** |
array, |
|
|
uint |
oldCount, |
|
|
uint |
newCount, |
|
|
bool |
isOwner |
|
) |
| |
|
static |
Delete any items that are past the new list size
Zero out all the pointers from the old array so that deleting it will not invoke any destructors, since we have already invoked them just above if we are the owners of the members.
◆ setAllocUnits()
The documentation for this class was generated from the following files: