Skip to content
Snippets Groups Projects
Commit 0810f0b6 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AthContainers: Allow customizing DV object deletion.

Add a mechanism to DataVector to customize how objects are deleted.
This is done by a polymorphic Deleter interface.

The goal here is to be able to use an alternate memory allocator
for the objects in a DV.  But for compatibility and other reasons,
we don't want to change the DV types themselves, which is why this
is done via a polymorphic interface.
parent d4131af4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment