|
Isis 3.0 Object Programmers' Reference |
Home |
#include <CollectorMap.h>
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.
Definition at line 159 of file CollectorMap.h.
Protected Member Functions | |
| void | destroy (T *element) |
| Destroys the array of CollectorMaps. | |
| void Isis::ArrayRemoval< T >::destroy | ( | T * | element | ) | [inline, protected] |
Destroys the array of CollectorMaps.
| element | The array of CollectorMaps to be destroyed |
Definition at line 167 of file CollectorMap.h.