Policy for deleting arrays that CollectorMap owns. More...
#include <CollectorMap.h>

Protected Member Functions | |
| void | destroy (T *element) |
| Destroys the array of CollectorMaps. | |
Policy for deleting arrays that CollectorMap owns.
Defines a method to delete arrays when removed from a CollectorMap. This is necessary to prevent memory leaks and defer the deletion to removal from CollectorMap class.
|
inlineprotected |
Destroys the array of CollectorMaps.
| element | The array of CollectorMaps to be destroyed |