An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
Supplies a policy for deleting pointers that CollectorMap owns. More...
#include <CollectorMap.h>
Protected Member Functions | |
void | destroy (T *element) |
Destroys the CollectorMap pointer's CollectorMap. | |
Supplies a policy for deleting pointers that CollectorMap owns.
Defines a method to delete pointers when removed from a CollectorMap. This is necessary to prevent memory leaks and defer the deletion to removal from CollectorMap class.
|
inlineprotected |
Destroys the CollectorMap pointer's CollectorMap.
element | The pointer pointing to the CollectorMap to be destroyed |