Isis Developer 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".
|
inlineprotected |
Destroys the CollectorMap entry.
element | The CollectorMap to be destroyed |