![]() |
ATLAS Offline Software
|
Interface for a component that provides a vecmem::copy object.
More...
#include <ICopyProvider.h>
Public Member Functions | |
| virtual | ~ICopyProvider ()=default |
| Destructor. | |
| virtual std::shared_ptr< const vecmem::copy > | copy (const EventContext &ctx) const =0 |
Get the provided vecmem::copy object. | |
Interface for a component that provides a vecmem::copy object.
Definition at line 19 of file ICopyProvider.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Get the provided vecmem::copy object.
| ctx | The event context for which the copy object is requested |
vecmem::copy object to use for the current event context