ATLAS Offline Software
Loading...
Searching...
No Matches
AthDevice::ICopyProvider Class Referenceabstract

Interface for a component that provides a vecmem::copy object. More...

#include <ICopyProvider.h>

Inheritance diagram for AthDevice::ICopyProvider:
Collaboration diagram for AthDevice::ICopyProvider:

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.

Detailed Description

Interface for a component that provides a vecmem::copy object.

Definition at line 19 of file ICopyProvider.h.

Constructor & Destructor Documentation

◆ ~ICopyProvider()

virtual AthDevice::ICopyProvider::~ICopyProvider ( )
virtualdefault

Destructor.

Member Function Documentation

◆ copy()

virtual std::shared_ptr< const vecmem::copy > AthDevice::ICopyProvider::copy ( const EventContext & ctx) const
pure virtual

Get the provided vecmem::copy object.

Parameters
ctxThe event context for which the copy object is requested
Returns
The vecmem::copy object to use for the current event context

The documentation for this class was generated from the following file: