|  | Isis 3 Programmer Reference
    | 
Supplies a NOOP default for removal of a CollectorMap entry. More...
#include <CollectorMap.h>

| Protected Member Functions | |
| void | destroy (T *element) | 
| Destroys the CollectorMap entry. | |
Supplies a NOOP default for removal of a CollectorMap entry.
This simple declaration is basically a NOOP that implements removal of a CollectionMap entry. It is most useful (and the default behavior) when the storage element of the CollectorMap is anything but a pointer. Pointers that require deletion should use the PointerRemoval policy unless the pointers are owned by another "entity".
Definition at line 102 of file CollectorMap.h.
| 
 | inlineprotected | 
Destroys the CollectorMap entry.
| element | The CollectorMap to be destroyed | 
Definition at line 117 of file CollectorMap.h.